Forum Discussion
Anonymous
7 years agoNot applicable
Hide column data for particular users
Hello, Is there a way where we can hide a particulay column data for some users and show the data to other users. For example I have salary information, I dont want to show this to everyone. I woul...
- 7 years ago
Hi nivas258,
Power bi doesn't support column level security, to achieve your requirement, you may consider to apply column level security in ssas, please refer to this documentation: https://docs.microsoft.com/en-us/sql/analysis-services/tabular-models/object-level-security?view=sql-server-2017#column-level-security Then you can connect to that tabular model in power bi desktop.
Regards,
Jimmy Tao
Anonymous
7 years agoNot applicable
Cant we just transpose the columns and then apply RLS??
Anonymous
7 years agoNot applicable
You mean unpivot and apply RLS on this? I tried this but its not working.