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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Deepak_
Advocate I
Advocate 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
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors