Forum Discussion

Ondrej_NOVAK's avatar
Ondrej_NOVAK
New Member
3 months ago
Solved

RLS over Direct Query

Hello, I am creating report with basic imported info and detailed pages getting data using direct query. I have "Central" Imported table PARTY with basic party informtion. And I have attached two d...
  • Ondrej_NOVAK's avatar
    Ondrej_NOVAK
    3 months ago

    That sadly is not an option, not every report user has access to database.

    But I have found a workaround:
    I can bind parameter with the filtered value of imported table and modify Direct Query sources to filter to this single value using the parameter (in Power Query, or even in custom SQL), this way I get optimized SQL filtered to one value and RLS capability to make sure that only allowed information is displayed.