Microsoft Fabric Updates Blog

Ability to disable Sign ups for the Free Power BI

Looking for help with the error message, “Your IT Department has turned off signup for Microsoft Power BI”? Visit our documentation section!

——–

NOTE: Information listed here is good as of 2/18/2015 and is subject to change.

If you are an Admin for an Office 365 Tenant, you may not want users to be able to sign up for the Power BI service without you knowing about it.  This could be for users that are necessarily created within your tenant that may start showing up.

We do have an ability to blog the Individual User sign ups.  Here is the documentation that talks about how to do this.

Power BI in your Organization – How can I prevent users from joining my existing Office 365 tenant?https://support.office.com/en-us/article/Power-BI-in-your-Organization-d7941332-8aec-4e5e-87e8-92073ce73dc5#BKMK_PreventJoining

We can issue PowerShell commands against Azure Active Directory to disable AdHoc Subscriptions.  This is for Adhoc Sign Ups and is not specific to Power BI.  This will block it for anything from the Azure Active Directory perspective and into Office 365.  You can’t pick and choose what you allow and what you don’t allow.  It is an all or nothing thing.  You can re-enable it at a later time if you want.

To disable it, we need to setup the Azure Active Directory PowerShell items.  This can be done via the following documentation.

Manage Azure AD using Windows PowerShellhttps://technet.microsoft.com/library/jj151815.aspx

Within the Azure Active Directory PowerShell command shell, we first need to sign in with our credential.  This is a credential that you would for O365 that is an admin of the service.

$msolcred = get-credentialconnect-msolservice -credential $msolcred

The first line will prompt you to enter your credentials.  The second line actually does the connect to Azure Active Directory.

SNAGHTMLafc801f

After that, we can issue the command to disable the free sign ups.

Set-MsolCompanySettings -AllowAdHocSubscriptions $false

This will just bring you back to the command prompt.  You can also issue the following command to see what it is currently set for.

Get-MsolCompanyInformation | fl AllowAdHocSubscriptions

SNAGHTMLb0247ac

Once this is done, when a user goes to https://www.powerbi.com and tries to sign up, they will see the following.

Sorry…

We can’t finish signing you up.

Your IT department has turned off signup for Microsoft Power BI. Contact them to complete signup.

SNAGHTMLb0590cd

As an Admin, you can then assign Power BI licenses to users that you want to be able to use it.  This allows you more control over your organization, but at the same time could reduce usage as people wouldn’t be able to just go and sign up on their own.  If you do want to allow this, but want to control it, be sure to publish some information about how people can do this within your organization.

 

Adam W. Saxton | Microsoft Business Intelligence Support – Escalation ServicesTwitter | YouTube | Facebook

Related blog posts

Ability to disable Sign ups for the Free Power BI

October 9, 2023 by Kay Unkroth

We have some very exciting news to share with you today! We are thrilled to announce that we have just launched the public preview of Direct Lake mode for Power BI datasets in Fabric! Fabric is taking a bold bet on open data formats in OneLake.

January 23, 2023 by Kay Unkroth

Thanks to the latest backup and restore improvements, you can now restore a backup file even when the dataset size is near the Power BI Premium SKU limitation. You no longer need to be concerned that dataset size limits impact restorability. When restoring a dataset with the /forceRestore option, Power BI will try its best to perform the restore operation even when the available memory is limited.