Forum Discussion
Need help on show/hide table visualization
AS1110 , why are you not using a category slicer and display the same visual? Why you need to hide?
- AS11104 years agoFrequent Visitor
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.