Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.