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.
I have a line graph that spans the last 13 months and has two slicers.
I'm displaying the cost-of-goods% (COGS) based on the selection in the first slicer (State = Colorado)
The second slicer is all the law firms included for the State.
I'd like to add/remove lines (Blue line in attached prototype) to my graph based on selections made in the second (Law Firm) slicer so I can compare how this law firm is doing compared to the overall State values.
Solved! Go to Solution.
I figured out how to do this.
One simple measure to figure COGS for the law firm.
And a second measusre COGS for Region % = CALCULATE([COGS for LF%], ALL(FileEntry[Law Firm Name])).
It was easier than I thought. Have already identified where I can use similar functionality.
I figured out how to do this.
One simple measure to figure COGS for the law firm.
And a second measusre COGS for Region % = CALCULATE([COGS for LF%], ALL(FileEntry[Law Firm Name])).
It was easier than I thought. Have already identified where I can use similar functionality.