Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello everyone,
I've ben trying to make an API request from POWER BI api via JavaScript. I've succeed to make the call with existing access token. Everythin seems okay until here.
The problem is to generate an authorised token I am trying to send a request to Microsoft Oauth service. The url requires scopes for defined permissions. Even tough documantation page provides names of scopes, description of scope the URL is missing.
I've tried using GROUP name for access but it has failed.
Short of the word is what is the URL scope for Dashboard.Read.All permission?
Thanks!
I've been struggling with this issue almost a week but I still couldn't find a way to solve it. I would be very appreciate anybody can help me about this.