Forum Discussion

ls784's avatar
ls784
Helper I
10 months ago
Solved

Show/Hide Table visual with slicer

Hello, I have some sample data structure below (My real data is very large with lots of columns and rows). What I would like to do is use a slicer or field parameter to hide/show each table visual ...
  • KarinSzilagyi's avatar
    10 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