19
Views
2
Comments
Solved
[Power BI Embedded Reports (Reactive)] Can we embed RLS power bi report in outsystem with this forge component.
power-bi-embedded-reports-reactive
Reactive icon
Forge asset by Freddy Alonzo
Application Type
Reactive

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. 

2022-08-19 14-01-18
Freddy Alonzo
Solution

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.

2023-02-28 05-45-34
Bharat koshti

@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. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.