The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |