Forum Discussion
Anonymous
2 years agoNot applicable
COUNTA if blank
Hello I am using COUNTA to count whenever there isnt a date in a row and then i put it in a card to showcase count. DOScountbypurchase = COUNTA(Table[Dateofpurchase]) When I select a value ...
Ashish_Mathur
Super User
2 years agoHi,
Drag this measure to a card visual
Measure = coalesce([DOSCountbypurchase],0)
Hope this helps.