Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
sowmyar
Frequent Visitor

Employee supervisor hierchy

I've attched a screenshot of sample data,where I've supervisor and employee.I want to get the list of employee under a supervisor, the next level of subordinates and so on.

For instance 12(superviosr)->1,2,3,4,5 and under 1->6,7 under 7->9,10 this to a specific date range

sowmyar_0-1633011387879.png

 

Thanks in advance

 

 

3 REPLIES 3
v-xiaotang
Community Support
Community Support

Hi @sowmyar 

you can use matrix visual, 

https://docs.microsoft.com/en-us/power-bi/visuals/desktop-matrix-visual

 

 

Best Regards,

Community Support Team _Tang

If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

jaideepnema
Solution Sage
Solution Sage

Hi @sowmyar ,
Create a calculated column like this:

Hierarchy Check = CALCULATE(CONCATENATEX('Table','Table'[Employee],"-"),ALLEXCEPT('Table','Table'[Supervisor]))
 
which will give you the desired results:
jaideepnema_0-1633011976016.png

Please accept this as a solution if your question has been answered !!

Appreciate a Kudos 😀

@jaideepnema If I have a result column like this how can i make use of it in a matrix visual to show an hierachy?

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.