Forum Discussion
Hide a table when nothing in pie chart selected
I have a pie chart that filters a table of data. When a slicer of the pie chart is selected, the specific rows appear. When nothing is selected, all of the rows appear.
How do I make the table completely hidden when nothing is selected. When a slice is selected, the table appears with the specific rows?
Thanks.
- Anonymous2 years ago
I found a work around. Instead of creating a DAX statement. I added a toggle button. Please see link below:
6 Replies
- parry2k
Super User
Anonymous do you have multiple measures or columns on the pie chart to show different pies? The solution depends on it.
- AnonymousNot applicable
No. One pie chart based one table.
- kiran_jadhavFrequent Visitor
Hello Dhumphreypnc,
How many selection you are making at a time is only one or multiple selection?
- AnonymousNot applicable
One pie chart that has 1 filter. Underneath, I have table so that when you choose a slice of the pie chart the table (2 columns) populates. But it seems when nothing is selected, all rows populate. I only want the rows to populate when a slicer is chosen.
- parry2k
Super User
Anonymous can you read my reply and answer it if you need help?
- AnonymousNot applicable
I found a work around. Instead of creating a DAX statement. I added a toggle button. Please see link below: