Forum Discussion
Default values based on slicer selection
I have a table with the following columns:
Brand | Attributes | Value | Lot #
What I'd like to be able to do is have the option to select which attributes to display on a chart, but also be able to define the default attributes for each brand.
Example:
Brand A selected - Attribute 1, Attribute 2 are shown by default, but then other attributes could be added if needed.
Brand B selected - Attribute 3, Attribute 5 are shown by default, but then other attributes could be added if needed.
Thank you for the help!
cbruhn42 , if you want to add columns, you need use bookmarks
bookmark -https://blog.crossjoin.co.uk/2018/04/20/dynamically-changing-a-chart-axis-in-power-bi-using-bookmarks-and-buttons/
https://radacad.com/bookmarks-and-buttons-making-power-bi-charts-even-more-interactive
2 Replies
- amitchandakSuper User
cbruhn42 , if you want to add columns, you need use bookmarks
bookmark -https://blog.crossjoin.co.uk/2018/04/20/dynamically-changing-a-chart-axis-in-power-bi-using-bookmarks-and-buttons/
https://radacad.com/bookmarks-and-buttons-making-power-bi-charts-even-more-interactive - cbruhn42Helper III
While this is a nice solution, I'm worried about setting this up for upwards of 20 different brands. Will this be too clunky for that many options?