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
I'm just starting to look into using RLS, and one of my first tests seems to be working really well with the data restriction. Only data relating to the allowed "entity" values are displaying in the report. However, if the user opens the multi-select slicer drop down, the restricted "entity" values still show. If selected, no data returns, but i'd like to restrict that value completely if possible.
Or does RLS only apply to the data returned?
Solved! Go to Solution.
Hi MikeBresnan
It depends on your data model, and how you have restricted the data.
Are you using a Star Schema data model?
If your RLS is filtering one table, but your Slicer is populated by another table, the Slicer will still show all values. However if you ensure that your Slicer is being populated from the same table which is filtered by RLS, the Slicer values should be filtered as well.
_____________________________________________________
I hope my comment was helpful.
If your question was answered, please mark your post as 'Solved' and consider giving me a 'Thumbs Up'.
Find me on LinkedIn, Sessionize, or my blog Downhill Data
Hi MikeBresnan
It depends on your data model, and how you have restricted the data.
Are you using a Star Schema data model?
If your RLS is filtering one table, but your Slicer is populated by another table, the Slicer will still show all values. However if you ensure that your Slicer is being populated from the same table which is filtered by RLS, the Slicer values should be filtered as well.
_____________________________________________________
I hope my comment was helpful.
If your question was answered, please mark your post as 'Solved' and consider giving me a 'Thumbs Up'.
Find me on LinkedIn, Sessionize, or my blog Downhill Data
That was my exact issue! thanks!!!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!