Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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.
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
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.