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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
Anonymous
Not applicable

Get the cumulatieve value before the selected month WIP

Hi all,

 

I am trying to create a Work in Proces overview which shows the total amount to be invoiced. This overview has a from till slicer on month level. The first column always needs to show the cumulative values of all months before the first month selected in the slicer.

See a simpel model for example from month 2 til month 4:

  Selected months 
 Start WipWorked hours Written offInvoicedEnd Wip
Project A100500200200200
Project B-501000050
Project C20001001000

 

If I would change the Slicer to from month 5 til month x The value of the [Start WIP] would be the [end Wip] in the table above. 

 

The end Wip = (begin WIP+worked hours) - (written off + Invoiced)
I am struggeling to get the formula for the [Start Wip], This is essentially the cumulative [end Wip] of the month before the selected month. 

However I think I am getting into a Loop and I cannot figure out how to het the total from the selected month -1. 

 

Hope you can help me

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi stachu,

 

Thankx for you reply. It took a while for anybody to respond so i have figured it out myself. I used this formula 

OHW Begin periode =
var mindate = CALCULATE(FIRSTDATE('Calendar'[Date]);ALL('Calendar'[Date]))

return
CALCULATE( [OHW eind -1];
FILTER(ALL('Calendar');'Calendar'[Date] < mindate))


this always gets me the cumulative totals of the months before the selected months. Regardles if I select multiple months. 

View solution in original post

3 REPLIES 3
Stachu
Community Champion
Community Champion

Can you add sample tables (in format that can be copied to PowerBI) from your model with anonymised data? Like this (just copy and paste into the post window).

Column1 Column2
A 1
B 2.5

I mean the input tables, as I assume the one you posted is your expected output, correct?



Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

Anonymous
Not applicable

Hi stachu,

 

Thankx for you reply. It took a while for anybody to respond so i have figured it out myself. I used this formula 

OHW Begin periode =
var mindate = CALCULATE(FIRSTDATE('Calendar'[Date]);ALL('Calendar'[Date]))

return
CALCULATE( [OHW eind -1];
FILTER(ALL('Calendar');'Calendar'[Date] < mindate))


this always gets me the cumulative totals of the months before the selected months. Regardles if I select multiple months. 
Stachu
Community Champion
Community Champion

glad to hear you solved it yourself 🙂
can you mark your post as solved, so it can help others in the future?



Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.