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.
I am using this dax formular here but when there is a blank / null the card visual shows "Blank" i have tried every trick and i cant get rid of the blank. anyone know how to get rid of it?
hi @Anonymous
I usually add variable is check if it is blank:
Count =
VAR tmp = COALESCE(CALCULATE(DISTINCTCOUNT('WORKORDER'[SYSTEM])),0)
still getting a blank.