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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi Guys,
I discovered that there is still not REST APIs for updating RLS roles for specific datasets.
But I found that through XMLA endpoint it is possible.
I am using REST Client with Visual Studio Code to get to XMLA Endpointand need to execute command like here:
GET https://powerbi://api.powerbi.com/v2.0/myorg/PowerBIReports({{datasetId}})/DataModelRoles
Authorization: Bearer {{$aadV2Token appOnly}}
it is working for usual rest apis like this one using service principal:
GET https://api.powerbi.com/v1.0/myorg/groups
Authorization: Bearer {{bearerToken}}
Why this is not working? How to get into this roles using rest client in visual code? Any alternative?
Best Wishes,
Jacek
Solved! Go to Solution.
Hi There is a confusion here. This is the Power Bi Service forum but the question is showing a API Rest from PowerBi Report Server.
In case you are asking for Report Server, then the Base URL is not that one. The base URL is:
[ Base URL: localhost/reports/api/v2.0 ]
On the other hand if you are talking about the cloud and PowerBi Service then there is no request for RLS at all. Here you can find the requests available: https://learn.microsoft.com/en-us/rest/api/power-bi/
I hope that helps,
Happy to help!
Hi @jaryszek,
Thanks @ibarrau for Addressing the issue.
we would like to follow up to see if the solution provided by the super user resolved your issue. Please let us know if you need any further assistance.
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.
Regards,
Vinay Pabbu
Hi There is a confusion here. This is the Power Bi Service forum but the question is showing a API Rest from PowerBi Report Server.
In case you are asking for Report Server, then the Base URL is not that one. The base URL is:
[ Base URL: localhost/reports/api/v2.0 ]
On the other hand if you are talking about the cloud and PowerBi Service then there is no request for RLS at all. Here you can find the requests available: https://learn.microsoft.com/en-us/rest/api/power-bi/
I hope that helps,
Happy to help!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!