Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi ,
I am using
Solved! Go to Solution.
Hi, @Anonymous
This is the expected behavior if you are using the default slicer in Powerbi Desktop.
Based on my test,when the slicer ‘select all’ is checked, it is actually equivalent to ‘nothing is selected’. This is by design, it just makes the slice appear to be in an all-selected state.
Therefore, when you use isfiltered to force the visual to show blank values when ‘nothing is selected’, the visual also show blank values when 'all selected' is checked.
As a workaround, you can try to use Hierarchical filter.
Best Regards,
Community Support Team _ Eason
Hi, @Anonymous
This is the expected behavior if you are using the default slicer in Powerbi Desktop.
Based on my test,when the slicer ‘select all’ is checked, it is actually equivalent to ‘nothing is selected’. This is by design, it just makes the slice appear to be in an all-selected state.
Therefore, when you use isfiltered to force the visual to show blank values when ‘nothing is selected’, the visual also show blank values when 'all selected' is checked.
As a workaround, you can try to use Hierarchical filter.
Best Regards,
Community Support Team _ Eason
Hi @Anonymous
Try this
Measure = CALCULATE( IF( ISBLANK(SELECTEDVALUE('TERM'[TermName])) && DISTINCTCOUNT('TERM'[TermName]) = COUNTROWS(ALL('TERM')),0,1), ALLSELECTED( CUSTOMERTABLE))
Regards
Phil
Proud to be a Super User!
Hi Phil,
Thank you for your reply. This solution does not show a blank visual when there is nothing filtered. Could you help with troubleshooting
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 17 | |
| 14 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 37 | |
| 29 | |
| 24 |