Forum Discussion
Show/Hide Table visual with slicer
- 11 months ago
You can't fully hide the table (Power Bi sadly doesn't offer any visible true/false switches) but you could fully replace the content of your tables via the Field-parameters:
In this case I added (nearly) all columns of "FactTable" and "FactSales" into a field-parameter and added an additional column to categorize them as "Table A" or "Table B" for the slicer.
This works for unrelated tables too
You can't fully hide the table (Power Bi sadly doesn't offer any visible true/false switches) but you could fully replace the content of your tables via the Field-parameters:
In this case I added (nearly) all columns of "FactTable" and "FactSales" into a field-parameter and added an additional column to categorize them as "Table A" or "Table B" for the slicer.
This works for unrelated tables too
- KarinSzilagyi11 months ago
Super User
Just to clarify: I mean it doesn't offer any dynamic visible true/false switches in the visual settings to show/hide whole visuals via measures.
- ls78411 months ago
Helper I
Amazing! I've spent all day on this and turns out all I was missing was that column to categorise them.
Thank you so much.- KarinSzilagyi11 months ago
Super User
ls784 You're welcome! Field parameters became my favorite toy in Power Bi, once I learned how to add columns to them 😅