Forum Discussion
sridevi
Helper I
9 years agoHide the data values or show blanks from Card visuals while not filtering data from slicer
Hi, I need some help from you all. I need to hide my data from Card Visual chart in Power BI at initially in dashboard. I used some slicers for filters in my report. I want to show my card visual...
ankitpatira
Community Champion
9 years agosridevi Use 0 instead of blank().
yousuf
9 years agoFrequent Visitor
Hi sridevi,
Use this instead of BLANK function for anything you want to display.
Measure = IF( AND(HASONEVALUE('tableNAME'[slicerCOLUMN]),HASONEVALUE('tableNAME'[slicerCOLUMN])), SUM('tableNAME'[numerofunitsCOLUMN]), "Select Account" )
Hope this answers your question.
Thanks,
Yousuf