Forum Discussion
RLS setting Question
How to create a report with RLS control and a report that is not restricted by RLS in a pbix file without copying a fact table (because the fact table is too big and I don't want to copy it)?
5 Replies
- rajendraongole1Super User
Hi Anonymous - To create a report in Power BI with Row-Level Security (RLS) control and another report without RLS restrictions within the same PBIX file, without duplicating the fact table, you can use measures and filters creatively.
attached the detailed steps, please follow and also sharing some resource please check
Row-level security (RLS) guidance in Power BI Desktop - Power BI | Microsoft Learn
- AnonymousNot applicable
Thanks for your answer, this solution seems to inevitably copy the fact table, which will cause the file to remain very large❤️
- rajendraongole1Super User
Hi Anonymous - You're absolutely right to aim for a solution that avoids duplicating the fact table and keeps the file size manageable.
Instead of relying on separate tables for restricted and unrestricted data, you can use DAX measures to dynamically control data visibility based on a toggle (eg. , slicer or parameters)
I hope this details helps. Thank you
- AnonymousNot applicable
Hi rajendraongole1 ,
Check out Solved: How to use RLS on one page and NO RLS on the anoth... - Microsoft Fabric Community
if it hleps.
Cheers
ChenuSing