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.
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.