Forum Discussion
Anonymous
6 years agoNot applicable
How to Display (Blank)
Hi all, I am new to Power BI. I built a dashboard using slicers and Cards as my visualizations. I would like my cards to show as (Blank) instead of showing numbers. Is there a way to display (Bla...
Anonymous
6 years agoNot applicable
I have this written but its not working. Am doing something wrong ?
Thanks,
Measure = IF(COUNTROWS('Products Data') ,COUNTROWS(ALL('Products Data')),BLANK(),SUM('Products Data'[YTD # of New Core Accts]))
HashamNiaz
6 years agoSolution Sage
Hi !
The measure will not behave as expected unless you have selected [All] option on your slicer / filters.
Regards,
- Anonymous6 years agoNot applicable
The [All] option is default so I cannot select it. Still not able to display (Blank) after trying your solution.