Forum Discussion
Anonymous
5 years agoNot applicable
RLS
Hi, is there a way of implementing RLS and then changing the data visible in the Cards. For example, if general has Cost and User 1 has Cost multiplied instead? or is there a DAX formula I can add t...
- 5 years ago
Hi Anonymous ,
Sorry to reply late.
You can also try something like this:
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
negi007
5 years agoCommunity Champion
Anonymous if I am right, you wish to write a measure that will override RLS implemented in your dataset. As RLS is applied to the dataset and it filter visible data based on the RLS. In this case, you may need to create seperate measure or table which will not get imapcted by the RLS.
You may try looking at the below link
https://community.powerbi.com/t5/Desktop/RLS-creating-a-measure-to-overide-RLS/m-p/37019
in case you have some other issue, please write back.