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
Cuscino
Frequent Visitor

DAX Formula sum previous period

Hi Everyone

 

I m lookng for a DAX Formula (Measure):

 

                  2018w1   2018w2 

Demand      1                 0

Stock          6                  2

PO             3                  1

 

Total         4                 5 

 

Total= Stock - Demand - PO

Basically the first period is normal, but those onwards should sum up also the previous Total

 

Demand, stock and PO are in the same table, Period in another one

I have a slicer with all the Components , and the first Period (in the example above) is always changing (the first one in the source table is 2015w1)

 

Thanks

1 REPLY 1
Anonymous
Not applicable

Hi @Cuscino,

 

For your requirement , you need to add a condition to check total level, then write a formula to calculate with your logic to replace original calculate result.

 

Please provide some sample data and measure formula to help us clarify your table structure and coding formula.

 

Regards,

Xiaoxin Sheng

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