Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon'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.
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!
Solved! Go to Solution.
@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]
)
@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]
)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
13 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
20 | |
14 | |
11 | |
10 | |
10 |