- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Thanks a lot
hony
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Result:
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Result:
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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])
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
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
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.
Subject | Author | Posted | |
---|---|---|---|
04-14-2023 02:57 AM | |||
10-21-2024 12:10 AM | |||
05-16-2024 11:29 PM | |||
09-27-2024 05:56 AM | |||
09-17-2023 10:47 PM |
User | Count |
---|---|
122 | |
80 | |
47 | |
45 | |
35 |
User | Count |
---|---|
178 | |
89 | |
69 | |
47 | |
47 |