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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Johnrevheim
Frequent Visitor

accumulate by week and year

Hi,

I have a dataset where I want to calculate a running total of items orderes pr. week and compare it with

items ordered for the same week the year before. I need to see it sorted by the days in advanced the items

are ordered and year vs year. I cant seems to get it to work as it accumulates the numbers for both years. 

 

Anyone who could help?

image.PNG

 

 

 

1 ACCEPTED SOLUTION
v-huizhn-msft
Microsoft Employee
Microsoft Employee

Hi @Johnrevheim,

In your SPREADSHEET table, the Days before is missing out. While in your wanted result, the Days before values are continious?

Please add ALLEXCEPT function in filter of your formula. And create a matrix used to display what you want.

I try to reproduce, and I use your sample data table.

1.PNG

Create a measure using the formula.

RunningTotal = CALCULATE(SUM(SPREADSHEET[items]),FILTER(ALLEXCEPT(SPREADSHEET,SPREADSHEET[Year]),SPREADSHEET[Days before]>=MAX(SPREADSHEET[Days before])))

 

Finally, create a matrix, select the days before as Rows level, Year as Column level, please see the following screenshot.

2.PNG


If you have other issues, please feel free to ask.

Best Regards,
Angelia

 

View solution in original post

2 REPLIES 2
Johnrevheim
Frequent Visitor

Thank you very much. The days before is a running series in the original dataset. 

 

v-huizhn-msft
Microsoft Employee
Microsoft Employee

Hi @Johnrevheim,

In your SPREADSHEET table, the Days before is missing out. While in your wanted result, the Days before values are continious?

Please add ALLEXCEPT function in filter of your formula. And create a matrix used to display what you want.

I try to reproduce, and I use your sample data table.

1.PNG

Create a measure using the formula.

RunningTotal = CALCULATE(SUM(SPREADSHEET[items]),FILTER(ALLEXCEPT(SPREADSHEET,SPREADSHEET[Year]),SPREADSHEET[Days before]>=MAX(SPREADSHEET[Days before])))

 

Finally, create a matrix, select the days before as Rows level, Year as Column level, please see the following screenshot.

2.PNG


If you have other issues, please feel free to ask.

Best Regards,
Angelia

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.