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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Anonymous
Not applicable

How to identify the parent of a value in the same row?

In this example table you can see that there are 4 levels. I am trying to create a column where I can fnid the parent value of a value. For example in the first row, in level three the value is "R98300" and its parent is in level 2 whose value is "R8155C" The column I create will have a row for each iteration throughout the Levels. It goes from higher levels to lower levels. Thanks!

jostho99_0-1647974424741.png

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , Try a new column like

 

Switch(True() ,
isblank(Table[Level4]) && not(isblank(Table[Level3])) && not(isblank(Table[Level2])) , Table[Level 2],
not(isblank(Table[Level4])) && not(isblank(Table[Level3])) , Table[Level 3],
[Level 1]
)

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , Try a new column like

 

Switch(True() ,
isblank(Table[Level4]) && not(isblank(Table[Level3])) && not(isblank(Table[Level2])) , Table[Level 2],
not(isblank(Table[Level4])) && not(isblank(Table[Level3])) , Table[Level 3],
[Level 1]
)

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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