Forum Discussion
Dynamically add or remove columns from table visual using slicer selection
- 5 years ago
Hi, simrantuli
Based on your description, I created data to reproduce your scenario. The pbix file is attached in the end.
Table:
You may go to Power Query, add an index column and then unpivot column 'Country', 'Sales', 'Profit'.
Add an index column:
Unpivot columns:
Then you may use decide which column to display with the slicer in Power BI Desktop.
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
simrantuli , If want to replace measure it easy. You can use measure slicer.
measure slicer
https://radacad.com/change-the-column-or-measure-value-in-a-power-bi-visual-by-selection-of-the-slicer-parameter-table-pattern
https://community.powerbi.com/t5/Desktop/Slicer-MTD-QTD-YTD-to-filter-dates-using-the-slicer/td-p/500115
For axis/group by row. You have use bookmarks or covert column to rows
Dynamically change chart axis in Power BI
https://www.youtube.com/watch?v=6jeSIRpjv0M
https://datamonkeysite.com/2020/10/22/change-dimension-dynamically-using-parameter-in-powerbi/
Bookmarks : https://radacad.com/bookmarks-and-buttons-making-power-bi-charts-even-more-interactive
Hi Amit,
Thanks for replying.
But my requirement is slightly different. I want to create a table, the columns (dimensions and measures) of which can be dynamically added or removed by the user using slicer selection.
- Anonymous4 years agoNot applicable
Hi, simrantuli have you got the Solution?
- Toma2104 years agoNew Member
Use "Field Parameters". If you dont see it go to Options > Preview > Enable Field Parameters.
then create a parameter with columns you would like. It will solve all the mentioned problems unless you are connected live. It works in composite and import models.