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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
hony
Frequent Visitor

Row Hierarchy

Hi there,

 

I struggle hard to get this hierarchy flat. 

Each AR Elements belows to the latest PA above. I need the Disp1 of the according PA element at each child AR element. 

hony_0-1619515842631.png

 

Thanks a lot

hony

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

Hi, @hony 

 

Try to create a custom column:

if [DE]="PA" then [#"NR-DISP1"] else null)

Then, to Use the fill down feature in power query

v-angzheng-msft_0-1619755783886.jpeg

v-angzheng-msft_1-1619755783887.jpeg

Result:

v-angzheng-msft_2-1619755783890.jpeg

Please refer to the attachment below for details

 

 

Is this the result you want? Hope this is useful to you

Please feel free to let me know If you have further questions

 

Best Regards,
Community Support Team _ Zeon Zheng
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

3 REPLIES 3
v-angzheng-msft
Community Support
Community Support

Hi, @hony 

 

Try to create a custom column:

if [DE]="PA" then [#"NR-DISP1"] else null)

Then, to Use the fill down feature in power query

v-angzheng-msft_0-1619755783886.jpeg

v-angzheng-msft_1-1619755783887.jpeg

Result:

v-angzheng-msft_2-1619755783890.jpeg

Please refer to the attachment below for details

 

 

Is this the result you want? Hope this is useful to you

Please feel free to let me know If you have further questions

 

Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

hony
Frequent Visitor

hi there,

 

thanks for that fast answer - you got any idea how to do it in power query? I need the column there to move on. 😕

 

BEST

amitchandak
Super User
Super User

@hony , Create a new column like

 

new column =
var _id = if([DE] ="AR", maxx(filter(Table, [Index] < earlier([index]) && [DE] ="PA"),[index]), [index])
return
maxx(filter(Table, [Index] =_id && [DE] ="PA"),[NR-DISP1])

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

August Carousel

Fabric Community Update - August 2024

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