Forum Discussion
serargi
Advocate II
9 years agoChange filter using URL
Hello! I have a shared dashboard and report in powerbi.com. It's shared to more than 30 people The report has some filters (slicers) like "date", "companyName", "owner"... and nobody wants to...
v-yulgu-msft
Microsoft Employee
9 years agoHi serargi,
Since we can filter a report with a URL query string parameter, but you should append different parameter values for differnt recipients to the URL, also, only a string compare is available using this syntax ?filter=<Table>/<Field> eq 'value'.
I think what you need is RLS. Row-level security (RLS) with Power BI Desktop can be used to restrict data access for given users. Filters restrict data at the row level. Once you have configured RLS in a report, the visual inside this report will keep the RLS settings after being pinned to dashboard and sharing dashboard to others.
Reference: Row-level security (RLS) with Power BI
Best regards,
Yuliana Gu