Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi,
I set up RSL using intermediate table and relationship. Intermediate table has employee name,Location and region. Below is the structure of intermediate table.
RSL working at employee level.
And i need help in set up to access to Manager and Regional managers. Manager and RM were not part of intermediate table.
Managers:
Bob - SW, Sue - SE ,Mike - SW
RM:
Jeff - E, Ross - W
Any idea how this can be done.
Intermediate table.
| Employee | location | Region |
| a | NE | E |
| b | NE | E |
| c | SE | E |
| d | SE | E |
| e | SW | W |
| f | SW | W |
Thanks in advance..
Solved! Go to Solution.
One approach is to add the regional managers to the intermediate table multiple times, for each of the locations in that region.
we are using that approach with thousands of users, and we do not see performance issues. We do have an external database (external to Power BI) that does the mapping for us.
One approach is to add the regional managers to the intermediate table multiple times, for each of the locations in that region.
@lbendlin. This approach works well when # of users is less. This gets more complex to maintain if we have more users. Is there any better approach.
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 55 | |
| 34 | |
| 31 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 74 | |
| 71 | |
| 37 | |
| 35 | |
| 25 |