Microsoft Fabric Updates Blog

How to tell how many Power BI Free Licenses are consumed in your Tenant?

NOTE: This information is good as of 7/24/2015 and is subject to change!

Your organization may be taking advantage of the Power BI Free offering, but it may be hard for you to tell exactly how many have signed up. Most of the dialogs within Office 365 will just show unlimited.

SNAGHTMLeab2821

SNAGHTMLeac18f9

I wanted to show you how you could actually get the number.  There are two approaches that I’m aware of currently.

Bulk Assign Dialog

Within the Bulk Assign Dialog, on the license screen, this will not show unlimited for Microsoft Power BI.  I think this was an oversight, so it is possible this will change in the future.  This can be done within the Office 365 Admin Center.

SNAGHTMLeaed6c1

Here we can see that we have 9 licenses assigned.

PowerShell

The other option is to use PowerShell.  We actually want to get the Azure Active Directory PowerShell Cmdlets.  This includes items for Office 365.

Manage Azure AD using Windows PowerShellhttps://msdn.microsoft.com/en-us/library/azure/jj151815.aspx

The first two sections show how to install it, and connect to AAD.  After that, we want to run the following Cmdlet.

Get-MsolAccountSkuhttps://msdn.microsoft.com/en-us/library/azure/dn194118

This will list the Skus that are part of your Tenant.  For the Power BI Free offering, we are interested in POWER_BI_STANDARD.

SNAGHTMLeb4028c

Here we can see that ConsumedUnits shows 9.

Adam W. Saxton | Microsoft Business Intelligence Support – Escalation Services@GuyInACube | YouTube | Facebook.com\guyinacube

Related blog posts

How to tell how many Power BI Free Licenses are consumed in your Tenant?

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.