This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowThe Fabric community is upgrading! Read all of the details including the timeline and what you can expect. 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
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
| User | Count |
|---|---|
| 24 | |
| 22 | |
| 20 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 29 | |
| 23 | |
| 22 | |
| 20 | |
| 20 |