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.
TIA
Solved! Go to Solution.
Hi @vally57 ,
In my test, if Delivery No and Ship Date are two fields in the table. Then blank() acts the same as isblank() provided by @sjoerdvn .
Column1 = if([Ship Date] = BLANK(),1,0)
Column2 = IF(ISBLANK([Ship Date]),1,0)
So in the screenshot you provided, what exactly are Delivery No and Ship Date referring to? Please provide the relevant test data and describe it.
Best Regards,
Adamk Kong
Hi @vally57 ,
In my test, if Delivery No and Ship Date are two fields in the table. Then blank() acts the same as isblank() provided by @sjoerdvn .
Column1 = if([Ship Date] = BLANK(),1,0)
Column2 = IF(ISBLANK([Ship Date]),1,0)
So in the screenshot you provided, what exactly are Delivery No and Ship Date referring to? Please provide the relevant test data and describe it.
Best Regards,
Adamk Kong
if(ISBLANK([ship date]),1,0)
User | Count |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
6 |