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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Narendra90
Frequent Visitor

Transform data 1 table to Employee - Manage hierarchy

Hi Team,

I have data ( input data provided here). Every employee has specific targets and so their manager's too.

I want fillter manager and get their suboardinate's results.

for same, i need to transoform data in "output required" format.

would you please help me on this.

Narendra90_1-1691492103475.png

 

 

 

1 ACCEPTED SOLUTION
v-yueyunzh-msft
Community Support
Community Support

Hi , @Narendra90 

Thanks for your sample data and end ressult first!

Here are the steps you can refer to , we can realize it in Power Query Editor.

(1)This is my test data :

vyueyunzhmsft_0-1691633664752.png

(2)We can click "Custom Column" in "Add Column" to create columns:

vyueyunzhmsft_1-1691633717198.png

You need to imput the M code and the column name in the box :
SR Manager

try Table.SelectRows(#"Changed Type",(y)=> y[Emp]=[Manager] )[Manager]{0} otherwise null

 

(3)We can follow the upper step to create the second column :
Group Head

try Table.SelectRows(#"Changed Type",(y)=> y[Emp]=[SR Manager] )[Manager]{0} otherwise null

 

(4)Then we can filter the [Group Head] <> null then we can meet your need:

vyueyunzhmsft_2-1691633814568.png

The end result is as follows:

vyueyunzhmsft_3-1691633831291.png

 

 

 

Thank you for your time and sharing, and thank you for your support and understanding of PowerBI! 

 

Best Regards,

Aniya Zhang

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

View solution in original post

1 REPLY 1
v-yueyunzh-msft
Community Support
Community Support

Hi , @Narendra90 

Thanks for your sample data and end ressult first!

Here are the steps you can refer to , we can realize it in Power Query Editor.

(1)This is my test data :

vyueyunzhmsft_0-1691633664752.png

(2)We can click "Custom Column" in "Add Column" to create columns:

vyueyunzhmsft_1-1691633717198.png

You need to imput the M code and the column name in the box :
SR Manager

try Table.SelectRows(#"Changed Type",(y)=> y[Emp]=[Manager] )[Manager]{0} otherwise null

 

(3)We can follow the upper step to create the second column :
Group Head

try Table.SelectRows(#"Changed Type",(y)=> y[Emp]=[SR Manager] )[Manager]{0} otherwise null

 

(4)Then we can filter the [Group Head] <> null then we can meet your need:

vyueyunzhmsft_2-1691633814568.png

The end result is as follows:

vyueyunzhmsft_3-1691633831291.png

 

 

 

Thank you for your time and sharing, and thank you for your support and understanding of PowerBI! 

 

Best Regards,

Aniya Zhang

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

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.