Forum Discussion
Power BI Issue: Persistent Table Headers with Slicer Selection
Hello!
I'm new to Power BI and am still learning the basics. Currently, I'm facing an issue related to table visibility based on slicer selections. I've used the measure:
SlicerSelection = SELECTEDVALUE('Activity'[Activity1], "None")
I then set this measure as a filter for the table. It works as expected: when I select an option from the slicer, the corresponding table displays. However, when I choose a different option in the slicer, the headers from the previously displayed table remain visible. Is there a way to hide these headers when a relevant table option isn't selected?
4 Replies
- ray_aramburo
Super User
Try using field parameters. For a detailed explanation check this documentation.
- mja15New Member
Thank you! However, I have another concern. I want to display an entire table that has around 15 columns. Is it possible to set just the table name as a parameter, rather than specifying individual columns?
- ray_aramburo
Super User
Not to my knowledge. Field parameters only work with columns.