Forum Discussion

bhavya11's avatar
bhavya11
Regular Visitor
1 year ago
Solved

Is it possible to export Paginated Report from Logic App enforcing Row Level Security

Hello, I am trying to export a Paginated Report (Power BI) from Azure Logic App. I am using the Export To File for Paginated Reports Logic App Action for this. I am able to export the report without...
  • bhavya11's avatar
    bhavya11
    1 year ago

    Hello Sai,

    Apologies for the delayed response. The above solution did not work. The following combination is not supported by Power BI:

    Exporting Paginated Report with PBI Semantic Model enforcing RLS.

     

    To implement RLS, we need to pass custom string in Effective Identity's username key. E.g "state" (If I want to restrict data only to particular state for the logged in person).

    I get an error "User was not found in organisation.

     

    Basically, the REST API endpoint goes to check for that user in the Azure AD.

    But I have implemented RLS in an alternate way.

     

    Thank you.