Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
Is it possible to add a toggle/slicer (without using bookmarks) to allow users to include or exclude certain lines in a Line and Column Chart?
Would like to allow users to easily include or exclude any of the 3 listed fields from Line y-axis. For example, users can select B and D, and the chart would display A B D.
Thanks in advance!
Solved! Go to Solution.
A field parameter for the line measures would be a convenient way of handling this.
1. Create a field parameter containing the measures available for selection as lines (B-D in your example).
2. Place the field parameter column in the "Line y-axis" field well.
3. Add a slicer for the field parameter (if not already added).
If you need to allow "no selection" for the line measures, you could do something similar to the method described here.
Are you able to get this working? Please post back if needed 🙂
regards
A field parameter for the line measures would be a convenient way of handling this.
1. Create a field parameter containing the measures available for selection as lines (B-D in your example).
2. Place the field parameter column in the "Line y-axis" field well.
3. Add a slicer for the field parameter (if not already added).
If you need to allow "no selection" for the line measures, you could do something similar to the method described here.
Are you able to get this working? Please post back if needed 🙂
regards