Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I've a table as under:
Employee Name | Manager Lvl1 | Manager Lvl2 | Manager Lvl3 | SALES |
A | L | Y | Z | 1 |
B | M | Y | Z | 2 |
C | L | Y | Z | 3 |
D | M | Y | Z | 1 |
E | N | Y | Z | 3 |
F | N | Y | Z | 2 |
G | O | Y | Z | 5 |
I was able to create a relationship map using the script from here:
https://stackoverflow.com/questions/64202169/creating-an-employee-manager-relationship-table?noredir...
So the relationship table looks like as under: (employee table)
https://i.stack.imgur.com/X3ONs.png
My main concern is how do I let any Employee or Any manager from any level view the sheet with only the SALES that pertains to them
I tried using the query :
PATHCONTAINS(employee[Merged],Maxx(Filter(employee, Column1 = USERPRINCIPALNAME()), employee[Index]))
But it throws the following error:
The syntax for [Merged] is incorrect
Would really appreciate if you could let me how do I fix it and also how do I add all the Employee's and Managers to their Roles
Thanks
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
69 | |
68 | |
40 | |
29 | |
26 |
User | Count |
---|---|
89 | |
49 | |
44 | |
38 | |
37 |