The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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:
User | Count |
---|---|
77 | |
76 | |
36 | |
31 | |
29 |
User | Count |
---|---|
93 | |
79 | |
57 | |
48 | |
48 |