Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
WJ876400
Helper IV
Helper IV

Merging Columns

Hi

 

I have two columns like below. The main data I want to use is from Column B, however when column B has a blank I want to use the data in the corrosponding cell in column A so I end up with column C. Is this possible, thanks in advance

 

ABC
 GreenGreen
 BlueBlue
 RedRed
Yellow Yellow
 PinkPink
Black Black
Purle Purle
 OrangeOrange

 

 

1 ACCEPTED SOLUTION
jthomson
Solution Sage
Solution Sage

In Power Query this is a pretty simple if [column b] <> "" then [column b] else [column a], DAX would be similar

View solution in original post

4 REPLIES 4
jthomson
Solution Sage
Solution Sage

In Power Query this is a pretty simple if [column b] <> "" then [column b] else [column a], DAX would be similar

Hello - would you have suggestion if i have more than 2 columns? Thanks! 

@jthomson  sorry i put this as solved but it is not working. When i put in the "" it doesnt work with the measure

 

thanks


 

Maybe try null instead dependent on how exactly your data handles blanks

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.