Forum Discussion
Dax Measure based on if Dynamic RLS is applied
Hello Lexi_Liu its possible based on what i understood from yoir description but i need more information to be able to help you out please
- Lexi_Liu3 years agoFrequent Visitor
Thanks for your response. So basically I have two DAX measure in my reports and their calculation is different. I want to have a new DAX with condition, let's say if someone from the Dynamic User List accessed the report, they will see the first type of calculation, but other user (or by default) will see the second type of calculation.
Something like: [Condition]=calculate(if(User is from Dynamic Role), [Measure1], [Measure2])
I learnt from another post that looks similar to my question and it looks we cannot make it because "RLS is applied at the dataset level, the measure is created inside the dataset."☹️