Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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 all). How do I fix this?
Thanks! Your help is greatly appreciated!
Ps: I am new to Power BI so you guys will see me around more often! Thank you again and have a great day!
Solved! Go to Solution.
Has been solved ✔️
SelectedStudent = IF ( ISFILTERED(add the column name you are using as slicer), CALCULATE([YourCalculation], YourFilterContext), BLANK() )
try this replace properly the values
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.
Hello @Jane_D ,
While creating the values for that calculation, use SELECTEDVALUE DAX function and make blank if nothing is selected.
For example you can write your calculation as below:
IF(SELECTEDVALUE('Table'[Studen]) = BLANK(), BLANK(), Your_Calculation)
If this post helps, then please consider accepting it as the solution to help other members find it more quickly. Thank You!!
But theres no calculation for the visuals. 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.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!