Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago

Best way to implement Row Level Security on the Report Server

Hi all

 

I understand Row Level Security is not currently supported on the Report Server, so what is the best way to implement this?

I've had a scout through various topics on here, even trying the below DAX expression as a measure which I cam across.

 

filterRLS =

CALCULATE(
COUNTROWS(Data),
Data[UserName] = USERNAME())

 

This doesn't work. I find it surprising that Power BI Serivce supports RLS but Report Server does not.

3 Replies