Forum Discussion
Sharing Report by Custom Power BI API
Hi, Is this possible to share my embedded report by Custom API.
I have a filter report by shopID, so a user from this shop can only see an information-specific shop.
Something like :
https://app.powerbi.com/reportEmbed?reportId=xxxxxxxxx&autoAuth=true&shopid=100
https://app.powerbi.com/reportEmbed?reportId=xxxxxxxxxx&autoAuth=true&shopid=130
I mean I need through API to limit report by row level.
Hi Anonymous ,
Maybe you can try this way.
Filter a report using query string parameters in the URL - Power BI | Microsoft Docs
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- amitchandakSuper User
Anonymous ,
This best way is embedded RLS -https://www.youtube.com/watch?v=yNF-_l2f7w0&feature=youtu.be
But that is Rest API is different case: https://radacad.com/category/power-bi-rest-api
- v-lionel-msftCommunity Support
Hi Anonymous ,
Maybe you can try this way.
Filter a report using query string parameters in the URL - Power BI | Microsoft Docs
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.