Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi,
How can I hide filter based on the selected parameter. For example, let say we have parameter A,B and C in the fact table. When we select A,B or C, It will show the filter X,Y and Z from other lookup table. Is it possible to show X only if I select A and Y only if I selected B and Z only if I select C?
Visibility of visuals cannot currently be controlled by DAX. Nice idea though - be sure to raise that.
Or create a hack that superimposes another visual over your slicer visual, make the visual responsive, and keep it empty to show the slicer, or fill it with lots of white text on white background (or a blank image) to cover up the slicer.