Forum Discussion
Anonymous
5 years agoNot applicable
Row level Security
Hi, so i'm trying to implement RLS however, I've been asked to create something where it presents the data differently. so for instance I have a sales report however, I am showing certain products ...
Anonymous
5 years agoNot applicable
for example
(Dax ( [Product] = "Product 1"
"cost" - 0.5))
- NidhiBhusari5 years agoHelper IV
Hi Anonymous can you please elaborate more on which basis you want the data to change dynamically on applying RLS?
- Anonymous5 years agoNot applicable
Yes so I want the data to change depending on what user can view it.
So if i have a manager they can see everything. But if I have a sales person I'd like them to see the cost - a certain amount.
- FarhanAhmed5 years agoCommunity Champion
You should maintain the Percentage List (Cost) in the Product Dimension that will be used to calculate the values/measure of your product.