hello i am using forge component for embed power bi report (Power BI Embedded Reports (Reactive) - by freddy alonzo) .
I am able to embed power bi report by using this forge component. but now again i want to embed RLS power bi report by using the same component. can some one help me.
I am having dataset Id, username, role etc.
thanks yours help will be appreciated.
Hi Bharat,
The component should allow you to embed RLS reports as long as they meet some requirements specified here:
Generate an embed token
According to Embed a report with RLS, you need to include the identity object in the request. If you need to send different identities based on the user that is logged in, you might need to modify the code or add your own code to your app to populate the PostGenerateTokenRequest object before calling the endpoint.
But you can always reuse the IS module which holds the structures and API calls to get the Embed Token.
@Freddy Alonzo
Thanks for the guidance.
With the above reference now i can embed RLS Power BI Report to out system application. Now will check for how to show different reports to different customers.
For RLS power BI embed ,
I have created a new action Get embed Token and used with respective Report Id.