March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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?
Solved! Go to Solution.
=if([Order Part Number]="",blank(),whateverconcatenatingfunctionyou'redoingatthemoment)
=if([Order Part Number]="",blank(),whateverconcatenatingfunctionyou'redoingatthemoment)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
168 | |
116 | |
63 | |
57 | |
50 |