Forum Discussion

itsmebvk's avatar
itsmebvk
Continued Contributor
4 years ago

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.

5 Replies

  • selimovd's avatar
    selimovd
    Most Valuable Professional

    Hey itsmebvk ,

     

    how does the RLS look like?

    Is he able to see the details of location and state?

     

    Best regards

    Denis

    • itsmebvk's avatar
      itsmebvk
      Continued Contributor


      HI selimovd 

       

      yes, that location manager able to see location number and state name. But because of his login both location and state level measure is showing same value.

       

      Thank you.

      • selimovd's avatar
        selimovd
        Most Valuable Professional

        Hey itsmebvk,

         

        and let me guess, he should see the total of the state, but only the total but no details from other locations? 

         

        Best regards

        Denis