Forum Discussion
Rowlevel Security Issue when comparing with parent value?
Hi Folks,
I am facing some issues with row level security, hope you can give me a direction to fix this issue.
I have a report with three measures one Location_Measure , State_Measure and Location Vs State Profit. Location Vs State Profit measure is calculating my Location share in state total Profit. I have a row level security applied on Location,
when a location manager check the report they should be only able to see Profit for that location and this location contribution% to total state profit. This is working fine in desktop when we publish it to service and when the location manger check the report its not showing Location Vs State Profit correctly because of security on location.
CALCULATE([Profit]
,all(location_RLS)
,all(location_dim)
,values(location_Dim[stae]))
Can you please suggest if there are anyways to overcome this issue?
Thanks in advance.