Forum Discussion
Jane_D
2 years agoRegular Visitor
Dashboard showing data when none is selected.
Greetings everyone. I need help on this. As you guys can see below, I selected no students from the slicer. But the visual is still showing me the data. I need it to be blank (shows no data at al...
- 2 years ago
Has been solved ✔️
Arpitb12
Helper I
2 years agoSelectedStudent = IF ( ISFILTERED(add the column name you are using as slicer), CALCULATE([YourCalculation], YourFilterContext), BLANK() )
try this replace properly the values
Jane_D
2 years agoRegular Visitor
But theres no calculation for the visual. Like the student name, even when I selected no student, it still showed me 'Adam' there. I use a card visual for it so theres no calculation.