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

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.

Reply
Anonymous
Not applicable

Incremental calculation with table - Need Help

Hello Guys,

 

Awesome foro,!

need help over here, i got this tables:

 

 

Total_mb used_mb  free_mb   Date

 

20000       1921         18079       1/12/2018

20000        1921        18079       1/12/2018

20000        1800        18200       1/6/2018

20000        1800        18200        1/6/2018

 

 

I need to build a graphic with the incremental value of mb between the dates

 

Thank you!! 🙂

 

3 REPLIES 3
Thyago_Rezende
Resolver I
Resolver I

Hi @Anonymous,

 

you can use the function below:

 

#for running total over year

Incremental_Sum = TOTALYEAR(free_mb; Date_Table[Dates)

 

Regards,

Anonymous
Not applicable

Hello, 

 

Sorry for my delay i was out.

 

Mmm no, i can't run that function. The expresion TOTALYEAR is not working.

 

The idea would be to select two diferent dates, and then get the substraction btween the same. and use that value in a graphic.

do you got any idea?

Anonymous
Not applicable

I tried this solution: 

 

CumulativeTotal = CALCULATE(Sum(vnxcritical[Used Space GB]),FILTER(ALL(Datesonly[Date]),Datesonly[Date] <= Max(Datesonly[Date])))

 

but this calculates the cumulative, what i need to express is the diference, that i'm getting from the cumulative, as you can see in this pic 

 

 

 

Capture.PNG

 

 

 

 

 

 

 

 

 

 

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.