Forum Discussion
JZT
4 years agoFrequent Visitor
How to get model (not Dataset) ID - Part of getting RLS Roles and Role Members via Power BI REST API
Hello, I was searching for a way to retrieve the RLS Roles and Role Members for Datasets using the Power BI REST API for Datasets located in the cloud service. The documentation doesn't have any ...
- 4 years ago
Why not pull this via DMV queries from the XMLA endpoint?
select * from $SYSTEM.TMSCHEMA_ROLES
Anonymous
3 years agoNot applicable
Hi, do you know how to programmatically authorize to get Bearer token and to have access to analysis.windows.net/metadata/gallery/SharedDatasets?
Thanks
Ehjalmar
3 years agoNew Member
No, unfortunately not. I was using tokens manually copied from the browser while testing these endpoints then I got stuck when I realized I couldn´t generate a valid token programmatically.