Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.
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?
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.