Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Syndicate_Admin
Administrator
Administrator

Help doing a line chart with a total agregated

Hello guys! I am using an Excel tabe called ZFACTURENRA that has lots of columns. I am trying to get an agregation of the total in "Volume" by "Billind date". To clarify this i want on the first day the total of that day, second day: total of day1 + total of day2, and so on, so the last day i will have the grand total of "Volume". I showed another column called "campaña agricola" to showed you i use to filter the info by this column wich is the year. I think i need a new column with this agregated total by day but i could not create the dax formula. I need this info to create a line chart with volume evolution week by week.

NESTORMARTIRE_0-1683042955518.png

I will love any help you can bring me!!!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi  @Syndicate_Admin ,

 

Here are the steps you can follow:

1. Create measure.

Measure =
SUMX(
    FILTER(ALL('Table'),
    'Table'[Billing Date]<=MAX('Table'[Billing Date])),[Volumen])

2. Result:

vyangliumsft_0-1683174227977.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

View solution in original post

2 REPLIES 2
Syndicate_Admin
Administrator
Administrator

Liu you saved my life!!!!! Thank you so much!!!!!! 😁

Anonymous
Not applicable

Hi  @Syndicate_Admin ,

 

Here are the steps you can follow:

1. Create measure.

Measure =
SUMX(
    FILTER(ALL('Table'),
    'Table'[Billing Date]<=MAX('Table'[Billing Date])),[Volumen])

2. Result:

vyangliumsft_0-1683174227977.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors