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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I've created 2 reports using a shared underlying dataset. I need each report to have different RLS.
Since RLS must be configured in the underlying dataset, the RLS defined in the dataset works perfectly for Report 1, but is too restrictive in Report 2.
Report 2's calculations use data that should be hidden in Report 1, but the result is a blank Report 2.
Thus, I somehow need to have RLS that does filter data out for Report 1, but does not filter out data in Report 2 for a specific role.
I am trying to avoid the duplication of the underlying dataset.
Has anyone had this dilemma and found a workaround?
Solved! Go to Solution.
I've created 2 reports using a shared underlying dataset. I need each report to have different RLS
No can do. You need different datasets.
Hi, this is possible when working with Webdashboard portal! (www.webdashboard.com)
Check it out!
I've created 2 reports using a shared underlying dataset. I need each report to have different RLS
No can do. You need different datasets.
Thanks for the reply. I feared this was the case. I will have to think about how to minimize the maintenance of 2 datasets that are almost identical.