cancel
Showing results for 
Search instead for 
Did you mean: 
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
Super User
Super User

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
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors