Forum Discussion
HFT
1 year agoHelper I
RLS
I have a power bi premium per user license and I want to embed a rls based report in web url, as I can see after integrating the RLS in the report there is no Publish to web URL highlighted (which i ...
- 1 year ago
Hi HFT Could you check these documentationplease
- Azure AD Authentication: Azure AD Authentication
- Power BI REST API: Power BI REST API Documentation
- Power BI JavaScript API: Power BI JavaScript API Documentation
Akash_Varuna
1 year agoSuper User
Hi HFT Use the Power BI REST API to generate embed tokens with RLS roles for each user (X, Y, Z). Authenticate using Azure AD, fetch tokens dynamically, and embed the report on your webpage using the Power BI JavaScript API
HFT
1 year agoHelper I
Thank you for the response Akash, but I havent used this complex approach before can you please guide me step by step on how to achieve this.
- Akash_Varuna1 year agoSuper User
Hi HFT Could you check these documentationplease
- Azure AD Authentication: Azure AD Authentication
- Power BI REST API: Power BI REST API Documentation
- Power BI JavaScript API: Power BI JavaScript API Documentation