The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.