Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

GuyInACube

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