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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Deepak_
Helper I
Helper I

Can we control access of power BI dashboards using API

Hi Community Members,

I am looking to control the access of power dashboard using API. Specfically, I want to remove or give access to dashboards using API.

Is there a way to achieve this? I refered this document but couldn't find what I am looking for https://learn.microsoft.com/en-us/rest/api/power-bi/admin/capacities-unassign-workspaces-from-capaci...  

Thanks in advance 

2 REPLIES 2
Anonymous
Not applicable

Hi @Deepak_ ,

check below steps

Power BI typically revolves around managing workspaces, as dashboards and reports are typically published within workspaces.

  1. Workspace Level Access Control:

    • Use the Power BI REST API to manage the access permissions for the entire workspace, which includes all the content within that workspace, including dashboards, reports, and datasets.
    • You can use the following API endpoints to assign or remove users/groups from a workspace's permissions:
  2. Dataset and Report Level Access Control:

    • If you need more granular access control at the report and dataset levels within a workspace, you can set up RLS (Row-Level Security) rules for datasets and configure permissions for specific reports.
    • RLS allows you to restrict data access within a dataset based on user roles, and permissions can be managed at the report level within a workspace.
  3. Group Workspace Sharing:

    • Consider organizing your content into different workspaces, each with its own access control. You can also use group workspaces to manage access for specific groups of users.
  4. Power BI Service Sharing Options:

    • you can share dashboards and reports with specific users or groups by creating sharing links or using the "Share" functionality.

Hi @Anonymous ,

Thanks for your reply,
Point 1 mentioned by you meets my requirement but can this work on cross tenant too? 
Please advise

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors