Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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:
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 48 | |
| 38 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 79 | |
| 37 | |
| 27 | |
| 25 |