This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 61 | |
| 35 | |
| 30 | |
| 23 | |
| 22 |