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 chart with multiple lines and each line i am able to see montly values but i want to see total of all lines in paticular month. Is it possbile ?
@Anonymous , Is these lines are because of legend. If yes you can have measure remove legend filter
M1 = calculate([measure], removefilters(Table[Legend Column]))
@amitchandak , Yes those lines are because of legend, But i want to see total along with the line.
For Example :
I have a different products and there sales count.
In my line chart I am displaying products column in legend and sales count in values and x- axis i am displaying month of order.
Problem is In tooltip i am able to see products selected in slicer and there count in monthly wise. I want to see total count of selected products and individual product count also.