The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I have two columns in excel as shown below:
I want to merge this two columns into a new column using Power Query so that result in the new column called "Final" is like below:
How can i acheive this using power query?
Solved! Go to Solution.
= Table.AddColumn(PriorStepOrTableName, "Final", each [Req number]?? [Req1 number])
--Nate
= Table.AddColumn(PriorStepOrTableName, "Final", each [Req number]?? [Req1 number])
--Nate
Thanks for the response. It works fine. What does the ?? operator do?
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.