Forum Discussion
PBI Paginated Reports RLS importing from SSAS
- 2 years ago
Hi satyamsd21 ,
You can see in this topic (Re: PBI Report Builder - Paginated Report RLS With... - Microsoft Fabric Community) how I worked around the problem.Basically, I published the paginated report with a user that does not have access to the server. This way, when a specific user opens the report, there is no impersonation, and the data is filtered based on the user viewing the report (uses RLS defined at AAS level).
Before doing this, I had published the paginated report with my user (admin access), and all the report views were impersonated with my user, ignoring all the RLS definitions.
You can use DAX Studio, for example, through the All Queries option, to check which user is being used when querying the server through a paginated report viewing.
Best regards,
Telmo Barbosa
Hi satyamsd21 ,
You can see in this topic (Re: PBI Report Builder - Paginated Report RLS With... - Microsoft Fabric Community) how I worked around the problem.
Basically, I published the paginated report with a user that does not have access to the server. This way, when a specific user opens the report, there is no impersonation, and the data is filtered based on the user viewing the report (uses RLS defined at AAS level).
Before doing this, I had published the paginated report with my user (admin access), and all the report views were impersonated with my user, ignoring all the RLS definitions.
You can use DAX Studio, for example, through the All Queries option, to check which user is being used when querying the server through a paginated report viewing.
Best regards,
Telmo Barbosa