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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi everyone,
I’m running into an issue with a visual in my Power BI report that uses RLS (Row-Level Security) and parameters.
The report includes a table of email addresses (used as the principal user field), which connects correctly to two other data tables. RLS is working as expected across the report—except for one bar chart visual that uses parameters in the axis.
Here’s the setup:
The X-axis uses a parameter to switch between different measure fields.
The Y-axis uses another parameter for slicer-based values.
Both parameters are also available as slicers so users can control how the chart displays.
The issue: When a user selects a value from a parameter that isn’t related to user identity, the visual shows totals for all users instead of just their own data. This breaks the RLS logic and exposes data they shouldn’t see.
I’ve tried applying filters at the visual, page, and report level, but nothing seems to restrict the visual to only the RLS-filtered data. It seems like the parameters may be overriding or bypassing the RLS filtering somehow, but I’m not sure why.
Has anyone experienced this before or have any ideas on how to resolve it?
Thanks in advance!
Solved! Go to Solution.
I managed to fix it through tweaking the relationships from my tables
When a user selects a value from a parameter that isn’t related to user identity
What does this have to do with RLS? Shouldn't you implement OLS for that?
I managed to fix it through tweaking the relationships from my tables
I faced the same issue and had it fixed by checking the "Apply security filter in both directions"-box in the relationship editor!
User | Count |
---|---|
6 | |
3 | |
2 | |
2 | |
2 |
User | Count |
---|---|
10 | |
3 | |
3 | |
2 | |
2 |