Forum Discussion
How to implement a sort of Column Level Security
As far I've understtod Power BI only provides RLS while Column Level Secusity and object level is not available,
Suppose you have a table with units solds and unit price columns by item and you want to show price only to selected people.
Which is the best workaround/technic to implement roles on columns?
5 Replies
- v-jiascu-msft
Microsoft Employee
Hi acitsme,
That's the scenario of RLS. For example,
Item Units sold Unit price
A 100 1.4
B 200 3.4
C 123 3.5
People 1 can see item A while People 2 can see item B and C.
If you don't want others to see the report, don't share with them or give any permissions to them.
Best Regards,
Dale- acitsme
Advocate II
Dear v-jiascu-msft,
I'm not interested in RLS but in CLS.
In other words, I need person 1 to see JUST Item and Units Sold column while person 2 all columns.
Is there any other solution than create to distict Power BI files and assign and publish them onto two 2 different O365 groups?
Thanks
Antonio
- v-jiascu-msft
Microsoft Employee