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
Hello,
I'd like to use the path function to identify the name of the manager of an employee in the employee table. It seems that path fuction only works when employee table is used as dimention table (one employee appear only once) and not in employee change table where an employee appears multiple times for the change in departments and roles. Please could you let me know how I can utilize path function in conjunction with the employee change table where employee appear more than once for changes in departments and roles during their tenure?
pathfunctions in DAX works when you have a child having 1 and only one parent .
they can't handle child that has mutliple parents
this means :
child parent
4 2
3 2
2 1
1
the above logic will work
however :
child parent
4 2
3 2
3 1
2 1
1
wont work .
If my answer helped sort things out for you, i would appreciate a thumbs up 👍 and mark it as the solution ✅
It makes a difference and might help someone else too. Thanks for spreading the good vibes! 🤠
Thank you @Daniel29195 for a clear concise explanation. It is basically like no many-to-many relationship is allowed. Is this an appropriate analogy? The thing is, in real life, employees' managers change over time period and I am trying to visualize this fact using Power BI over time dimension. I am thinking of experimenting by concatenating with change effective date field to correctly link the manager path of employees according to the time dimension. If you have any other method to achieve this, please let me know.
Thank you.
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 | |
| 38 | |
| 34 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 66 | |
| 65 | |
| 30 | |
| 26 | |
| 25 |