The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi Community,
I want to create a column with the values of Column 1 and Column 2 as column 3,
How can I achieve this, kindly help
Column 1 | Column 2 | Column 3 |
A | 0 | A |
B | 0 | B |
0 | C | C |
0 | 0 | 0 |
0 | D | D |
Regards
Prabhu
Solved! Go to Solution.
Oh okay, my bad!
here is a solution to that:
Hi,
By combining, do you mean concatinating?
Then you can use:
Hi, I don't need to concatenate, I trying to achieve through the condition
i.e If Column 2 has value then return the value of Column 2 else return the value of Column 1 in the final Column 3
Oh okay, my bad!
here is a solution to that: