Forum Discussion
RLS in Manage aggregation giving error.
- 6 years ago
Hi Anonymous ,
Does your RLS meet the following condition?
"To work correctly for aggregations, RLS expressions should filter both the aggregation table and the detail table."
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous6 years ago
Found the problem.
By misktake I've added report level filter from aggregated report after removing that filter RLS worrking fine.
All filter should come from dimesion tables or DQ fact(only if required).
"To work correctly for aggregations, RLS expressions should filter both the aggregation table and the detail table."
Thank you Both for the support .
I don't think so i've define any roles in DW.
So, I need to defines roles in DW on fact tables or all tables or what level I have defines roles.
Even if I select "Customer name" roles only then also it's failing.
But even
Hi Anonymous ,
I think if you access the table with Direct Query and run this query as another user, the data will be queried with the appropriate user rights.
The user therefore needs corresponding access rights (role) in the SQL database (DW).
Unfortunately, I am not very familiar with this topic.