Hello,

 

I would like to know if it is possible to filter data before the data is loaded into the report based on criteria of the logged on user. I know we can achieve this by using RLS but this is not an option for us because when using RLS the report loads all the data in first before it starts to filter. We are using DirectQuery and the performance of the report while using RLS is really bad. We want to improve performance by defining our filters in the query based on the user that is logged on, instead of using RLS. Would this be possible in some way?

 

Thanks