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
alexsimpson
Helper I
Helper I

Combining Columns with overlapping data

I have a table that has overlapping data. How can I create one merged column whereby if there are blanks in one it takes the value from the other and if there are blanks in the other it returns the value from the other. Where the data overlaps it just returns the value.

 

When the data overlaps the values are the same. I am trying to do this through Query Editor.

 

Any help would be much appreciated.

 

Many thanks in advance.

 

Kind regards,

 

Alex

2 ACCEPTED SOLUTIONS
kaiserj
Advocate I
Advocate I

Hi,

 

just add a (conditional) column and create an if-statement kinda like: if [col1] = "" then [col2] else [col1]

 

Regards,

Julian

View solution in original post

Ashish_Mathur
Super User
Super User

Hi,

 

Try this

 

=if [col1] = null then [col2] else [col1]


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

2 REPLIES 2
Ashish_Mathur
Super User
Super User

Hi,

 

Try this

 

=if [col1] = null then [col2] else [col1]


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
kaiserj
Advocate I
Advocate I

Hi,

 

just add a (conditional) column and create an if-statement kinda like: if [col1] = "" then [col2] else [col1]

 

Regards,

Julian

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.