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! Learn more

Reply
srduval
Helper III
Helper III

Accessing Power BI domains via URL

Is it possible to get to the filtered list of workspaces assigned to domains directly without having to set the filter? I'm trying to organize workspaces by the major topic they serve. Domains work, but I'm looking for a way of providing them as direct links vs having someone to change the filter value to switch between domains

 

Example:

Loan Report: app.powerbi.com?domain="LoanReports"

Deposit Reports: app.powerbi.com?domain="DepositReports"

Capture.PNG

1 ACCEPTED SOLUTION
Daryl-Lynch-Bzy
Resident Rockstar
Resident Rockstar

3 REPLIES 3
v-kpoloju-msft
Community Support
Community Support

Hi @srduval,

 

Thank you for reaching out to the Microsoft Fabric Community Forum.

 

We really apologies for the inconvenience, after reviewing the issue of accessing power bi domains via url, here are few steps to may resolve the issue.

 

Please go through the following steps to resolve the issue:

 

  • Power bi does not natively support url parameters for filtering workspaces by domain directly. However, you can create custom links that include the necessary filters by using the Power bi api or embedding capabilities.
  • The Power bi Rest api can be utilized to retrieve a list of workspaces and programmatically filter them by domain.
  • While this approach necessitates some development effort, it offers considerable flexibility in organizing and accessing workspaces.
  • One alternative is to design a custom navigation page or dashboard within Power bi that includes links to the filtered views of workspaces.
  • This can be achieved by creating bookmarks or utilizing Power bi navigation features to ensure a seamless user experience.

Also, please go through the below mentioned documentation links for better understanding:

https://learn.microsoft.com/en-us/rest/api/fabric/admin/domains/list-domains?tabs=HTTP

https://learn.microsoft.com/en-us/rest/api/fabric/admin/domains/list-domain-workspaces?tabs=HTTP

 

If this post helps, then please give us Kudos and consider Accept it as a solution to help the other members find it more quickly.


Thank you.

Thanks Not the solution I was hoping for, but at least there is a way to access the information.

Daryl-Lynch-Bzy
Resident Rockstar
Resident Rockstar

Hi @srduval ,

There are couple of Fabric Rest API that you can run if you have Tenant Admin role or Service Principal

Domains - List Domains - REST API (Admin) | Microsoft Learn

Domains - List Domain Workspaces - REST API (Admin) | Microsoft Learn

 

and possibly 

Workspaces - List Workspaces - REST API (Admin) | Microsoft Learn

 

Many thanks

Daryl

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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 Kudoed Authors