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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
PhoenixBird66
Helper III
Helper III

DAX help - Custom column should be null if a value in another column is null

I have created a custom column [Part] which is concatentation of two other columns [Customer OTI number] & [Order Part Number]. Both of these columns are of type text.

I need the value in the new custom column [Part] to be blank if the value in [Order Part Number] is blank.

Currently it looks like this below. I've highlighted the problem in yellow. I need these values to be blank.

Any ideas how best to do it?

Capture123.JPG

1 ACCEPTED SOLUTION
jthomson
Solution Sage
Solution Sage

=if([Order Part Number]="",blank(),whateverconcatenatingfunctionyou'redoingatthemoment)

View solution in original post

1 REPLY 1
jthomson
Solution Sage
Solution Sage

=if([Order Part Number]="",blank(),whateverconcatenatingfunctionyou'redoingatthemoment)

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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