Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
All - Is there any workaround for implementing Object level security using DAX along with RLS?
I have read on MS docs and PowerBI Ideas that its not supported and see people are requesting this feature.
But till that gets released - has anyone tried walkaround (or any recommendation)?
Thanks,
Shabbir
Solved! Go to Solution.
Hi @shabbirmala,
In Power BI, we can only limit data access on row level. Object level security is not supported.
As a workaround, you could unpivot your source table to convert column headers into rows. Then you can control users' access to specific columns via applying RLS indirectly. And you can put the converted column into Column group within Matrix visual to make it appear like a "column".
Reference: Unpivoting Sensitive Columns in Power BI to Apply Row-Level Security
Best regards,
Yuliana Gu
Hi @shabbirmala,
In Power BI, we can only limit data access on row level. Object level security is not supported.
As a workaround, you could unpivot your source table to convert column headers into rows. Then you can control users' access to specific columns via applying RLS indirectly. And you can put the converted column into Column group within Matrix visual to make it appear like a "column".
Reference: Unpivoting Sensitive Columns in Power BI to Apply Row-Level Security
Best regards,
Yuliana Gu
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!