Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
How could I write power query to achieve below? whichever column has value, it'll be listed in "Final ID" column.
If both ID and Identifier columns have values, then take ID column's value.
Solved! Go to Solution.
pls try this
List.Max({[Id],[Identifier]})
Hi @unicorns
Please to achieve your goal you can add a conditional column like on bellow picture:
Result
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.