Forum Discussion
akj2784
8 years agoPost Partisan
Data level security on Power BI
Hi All, I have data as below . When Akash logs in, the dashboard should default to Pm Code = 1234, when Ajay logs in, it should default to Pm Code =3234 And it should not prompt user ...
bsas
8 years agoPost Patron
- Anonymous8 years agoNot applicable
Sure there is. You just need another column with the user's Microsoft username (usually their email address but it depends on your Office 365 setup). Then you enable row level security and set a filter there for UserTable[MSUsername] = USERNAME(). Publish the report, add all the users to this role on the service and you're all set.