Forum Discussion
Dynamic Parameters in the Report Server URL
- 3 years ago
If this is a security requirement (as in User1 should only be able to see RIG1 and no other values) then you could implement row level security Row-level security (RLS) with Power BI - Power BI | Microsoft Learn
There is a technique often called "Dynamic Row level security" where you create a table in your mode that has a mapping of the usernames to the values they are allowed to see. This article Dynamic Row Level Security with Power BI Made Simple - RADACAD explains how this can be set up.
If this is a security requirement (as in User1 should only be able to see RIG1 and no other values) then you could implement row level security Row-level security (RLS) with Power BI - Power BI | Microsoft Learn
There is a technique often called "Dynamic Row level security" where you create a table in your mode that has a mapping of the usernames to the values they are allowed to see. This article Dynamic Row Level Security with Power BI Made Simple - RADACAD explains how this can be set up.