The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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.