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.
Hi,
If no decomm date is filled in no value should be displayed in the status column.
Solved! Go to Solution.
Hi @Sander_NL
try
Status = if(isblank(Test[Decomm date]);"no value";if(Test[Decomm date]<[CC1];"on time";"delayed"))
if i understand you correct
do not hesitate to give a kudo to useful posts and mark solutions as solution
Hi @Sander_NL
try
Status = if(isblank(Test[Decomm date]);"no value";if(Test[Decomm date]<[CC1];"on time";"delayed"))
if i understand you correct
do not hesitate to give a kudo to useful posts and mark solutions as solution
Thanks @az38. This works! Instead of no value I've changed it into "null" using blank.
User | Count |
---|---|
26 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
28 | |
13 | |
12 | |
12 | |
6 |