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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
IAM
Helper III
Helper III

Cumulatives in Progress (count) and Cumulative in Progress Planned

I've been working on this for 8 hours, had help, and still it isn't right. Please help me! I have tried multiple, but every one is not correctly working after all.

 

I need a graph where I can see the weeks on the X-axes.

(The weeks are in the DateDimension table, the DateKey is in relation with ProgressTool[Cable Pulling ACTUAL])

 

I want to see the cumulative progress per week. (if it helps: in column ProgressTool[Cable Pulling ACTUAL Exist] I have a one if a date is given, so that means it is executed.

 

 

IAM_0-1664437773820.png

 

 

Next I have a table with planned totals per week.

Here I want the cumulatives as well. Per week I want to see the amount of workorders added to the amount of the previous week.

PlanningTable[Datum] is in relation with DateDimension[DateKey]

 

IAM_2-1664438854642.png

 

Together I want to make something like this:

IAM_3-1664438950305.png

 

Please help me out!

 

1 ACCEPTED SOLUTION
v-yalanwu-msft
Community Support
Community Support

Hi, @IAM ;

I create a simple example, and if you want to calculate cumulatives ,you could try :

Measure = CALCULATE(SUM([value]),FILTER(ALL(Table1),[Week]<=MAX('Table1'[Week])))

The final show:

vyalanwumsft_0-1664507264345.png


Best Regards,
Community Support Team _ Yalan Wu
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

1 REPLY 1
v-yalanwu-msft
Community Support
Community Support

Hi, @IAM ;

I create a simple example, and if you want to calculate cumulatives ,you could try :

Measure = CALCULATE(SUM([value]),FILTER(ALL(Table1),[Week]<=MAX('Table1'[Week])))

The final show:

vyalanwumsft_0-1664507264345.png


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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