I have a report in table format with 10+ filters .
When the user selects the first filter ,it loads the data and select the 2,3 and 4 th filter so for each time tableau has to load the data and it takes time since it is a live report.
Is there a way where users can select all the filters they want ( 1,2,3 and 4th filter all at once) and then apply the filter so that the data loads only once .Please let me know if it is possible
Thanks
1 answer
You can create a parameter named display data with boolean values True and False. You can then use it in your query/connection/data source such that it displays the data only when it is set to True. You may however need to guide the user to set it to False before applying any filters.