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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello all. Iโve succesfully created a report which filters data & visuals by the current user and the department she or he works for. That all works great.
But, I wish to expand the dax-query: a user should not only see data concerning her or his department, but also the data of the entire organisation. But not the data of other departments!
Iโm wondering how I can achieve this.
Iโve included a snippet with the formula I now use for the RLS-setup:
Itโs partially Dutch, so:
โMedewerkerโ = employee
โOrg_eenheid_naamโ = department
โwerk_emailโ = email address
Thanks in advance for any feedback.
Best regards,
Wilco Loth
Solved! Go to Solution.
You need OLS for that, not RLS. You can kinda fake OLS by creating aggregate tables (with the data for the entire org but not broken down by department) which you then slap the extra RLS rules on.
You need OLS for that, not RLS. You can kinda fake OLS by creating aggregate tables (with the data for the entire org but not broken down by department) which you then slap the extra RLS rules on.
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!