Forum Discussion
RLS and rank Measure
Hello I want to rank different costumers. eg this costumer is on rank 9.
Those costumers are also able to use the report and then should see their rank.
I have all these costumers on RSL.
When they log on they always are on the first rank because of the security hirachy.
How can I change the measure, so the rank stays the same?
The formula:
I think you would need to add a table to your model that has the customers and their rank pre-calculated and you could show the value off that table. The ranking would get calculated when the model refreshes, not when the user views the report with is where the ranking data is restricted by RLS.
3 Replies
- jdbuchanan71
Super User
I think you would need to add a table to your model that has the customers and their rank pre-calculated and you could show the value off that table. The ranking would get calculated when the model refreshes, not when the user views the report with is where the ranking data is restricted by RLS.
- Companyuser101
Helper II
okay, this was also my only solution.
nonetheless thanks!
- Ammulu_M
Helper I
jdbuchanan71 could you please explain how to add the table to the model