Forum Discussion

PrathyushaT's avatar
PrathyushaT
Frequent Visitor
5 months ago
Solved

Fetch licences information

How to fetch list of  all users who are having power bi free, pro , Premium   
  • v-pnaroju-msft's avatar
    5 months ago

    Thankyou, grazitti_sapna for your response.

    Hi PrathyushaT,

    Based on our understanding, Power BI licensing is managed through Microsoft Entra ID or Microsoft 365 licensing. Therefore, when exporting users from the Microsoft 365 Admin Center, you may observe bundle licenses such as Microsoft 365 E5 or Microsoft Fabric Free, rather than direct labels like Power BI Pro or Power BI Premium. For example, Microsoft 365 E5 includes Power BI Pro, and Microsoft Fabric Free corresponds to the Free Power BI license, which is why the export does not display Pro, Free, or Premium as separate columns.

    Please note that Power BI Premium capacity is assigned to workspaces, not to individual users. Consequently, users accessing content hosted in Premium capacity may still appear as Free users from a licensing perspective.

    One possible approach is to query the tenant licensing information through Microsoft Graph, since license assignments are stored in Entra ID rather than in the Power BI service itself.

    For more information, kindly refer to the links provided below:
    Power BI service features by license type - Power BI | Microsoft Learn
    List users - Microsoft Graph v1.0 | Microsoft Learn
    List subscribedSkus - Microsoft Graph v1.0 | Microsoft Learn
    List licenseDetails - Microsoft Graph v1.0 | Microsoft Learn

    We hope the information above assists in resolving the issue. Should you have any further queries, please feel free to contact the Microsoft Fabric community.

    Thank you.