The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi all. I have a visualisation table with a bunch of columns. I would like to have a slicer, let's say True/False. When True, the visualisation table will display a particular column table['employee'] whilsts when False, the column is hidden from the table. Is there any work around that? Thank you!
Solved! Go to Solution.
Slicer filters values, so it cannot display or not display a column.
Columns can be selected by using
A "field parameters" option
It is not conditional on value; the user simply selects a column to display.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Slicer filters values, so it cannot display or not display a column.
Columns can be selected by using
A "field parameters" option
It is not conditional on value; the user simply selects a column to display.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.