Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
hi,
I have a question regarding data restriction. Dashboard is way more complicated than my example, but I want to make it easy to understand.
I have a table with permissions like this:
| user_id | team | |
| 1 | abc@x.com | team1 |
| 2 | def@x.com | team1 |
| 3 | ghi@x.com | team2 |
and fact table:
| user_id | region | sales |
| 1 | us | 10 |
| 2 | de | 20 |
| 3 | us | 30 |
I have 3 charts on the visualization - one represents sales per users, second sales per regions and third total sales.
When user open the report then he see this data (for example user_id 1):
- first chart: only his data (sum = 10)
- second chart: data belongs to his region (sum = 30)
- third chart: total (sum = 60)
I am wondering if this can be achieved by dynamic rls, filters on page or maybe something else?
Dynamic RLS is not feasible. Logic does not support this, but you can try data masking.
Please refer to this blog:
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 43 | |
| 37 | |
| 34 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 64 | |
| 31 | |
| 26 | |
| 25 |