Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hello,
I am trying to show/hide table visualization based on the slicer selection.
For ex I have 2 categories in slicer namely "Vehicle" & "Fruits",then
when user selects vehicle , the below table needs to be displayed.
Country | Category | Sales Value | Sales Volume |
US | Vehicle | 123 | 111 |
India | Vehicle | 122 | 333 |
Similarly when one selects Fruits the below table needs to be displayed
Country | Category | Sales Value | Sales Volume |
US | Fruit | 123 | 111 |
India | Fruit | 122 | 333 |
I tried having the below measure at the visual level filter to hide the table.But I am able to hide only the values the column headers are still appearing.Is there a way to completly hide the table?
Hi @amitchandak
This is sample data.In the real scenario there is a huge data load happening for each of the categories.when I am trying to filter the data through slicer the the whole table is taking around 20 secs to load.
To reduce the time we created 4 different tables for each of the 4 categories and trying hide/show the table based on user selected value
Initially we were getting "Visual exceeded resource value error" then we optimised all of the dax queries and brought the time to 20 sec.Since this time is not accepatble we thought of using this approach
since it is a live connection type we dont have that much of feasibilty to do any transformations in desktop.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
6 | |
3 | |
3 | |
3 |
User | Count |
---|---|
11 | |
9 | |
8 | |
8 | |
7 |