Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi,
Can you make an report empty when no slicers are checked?
Now when my slicers are unchecked it show weird data in my visuals.
kind regards,
Davina
Hi @Anonymous ,
You could refer this blog.
https://exceleratorbi.com.au/show-or-hide-a-power-bi-visual-based-on-selection/
Best Regards,
Jay
@Anonymous , I doubt there something for the page . You can make a visual blank based on if filter values are selected on not.
You can use isfiltered
refer this example: https://www.kasperonbi.com/show-values-in-a-chart-only-when-a-slicer-is-selected/
Bookmark is another way , but there one button can show hide - I doubt slicer value can.
https://radacad.com/bookmarks-and-buttons-making-power-bi-charts-even-more-interactive
@Anonymous - Possibly if you write measures like:
Measure = IF(ISFILTERED('Slicer'[Column]),<calc>,BLANK())
Maybe a button/bookmark so they choose something in the slicer, hit a button and it unhides visuals. That's a weird UX though.
User | Count |
---|---|
64 | |
59 | |
47 | |
32 | |
31 |
User | Count |
---|---|
84 | |
73 | |
52 | |
50 | |
44 |