Forum Discussion

miken72's avatar
miken72
Helper I
4 years ago
Solved

Query parameters accessible by end-users of Web-published rerports?

Hello,   We have several reports that read from a very large dataset.  We are building in RLS (Row Level Security) so that a user can only see the results that they are allowed to see. That is wor...
  • ibarrau's avatar
    ibarrau
    4 years ago

    I haven't seen this feature in the roadmap for a short term. So would say no. If you still want to read about it this article shows a little more: https://blog.crossjoin.co.uk/2020/10/25/why-im-excited-about-dynamic-m-parameters-in-power-bi/

    On the other hand you can handle this things using import mode. You can load both years of data and filter it in memory. Of course it depends on the amount of data and licenses, but usually I think that import mode can handle more features.

    Regards,