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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Anonymous
Not applicable

Calculate Monthly based Cumulative Percentage

Hi,
I'm able to caculate Monthly Cumulative for Number measure..

darshansavani_1-1683780738655.png


And same Monthly cumulative logic I want to peform for the Calculated Percentage measure...

darshansavani_2-1683780992595.png
I tried to wite same formula but records are not coming as expected !!
Put your thoughts & Suggestion !!
Thanks in advance. 
@DAXUser 

2 ACCEPTED SOLUTIONS
v-zhangti
Community Support
Community Support

Hi, @Anonymous 

 

You can try the following methods.
Measure:

Cumulative target = SUMX(FILTER(ALL(KM),[Calendar Day]<=SELECTEDVALUE(KM[Calendar Day])),[Target%])

vzhangti_0-1684120362098.png

Is this the result you expect?

 

Best Regards,

Community Support Team _Charlotte

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

MeetPatel
New Member

Hi @Anonymous

Here,

new measure name = C Target Shipment %
Table Name = KM

Based on cumulative total = Target Shipment %

 

C Target Shipment % = CALCULATE(SUMX(VALUES(KM),[Target Shipment %]),FILTER(ALLSELECTED(KM),KM[Calendar Day].[Day]<=MAX(KM[Calendar Day].[Day])))

 

1.png

 

 If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Best Regards,

Meet Patel

View solution in original post

2 REPLIES 2
MeetPatel
New Member

Hi @Anonymous

Here,

new measure name = C Target Shipment %
Table Name = KM

Based on cumulative total = Target Shipment %

 

C Target Shipment % = CALCULATE(SUMX(VALUES(KM),[Target Shipment %]),FILTER(ALLSELECTED(KM),KM[Calendar Day].[Day]<=MAX(KM[Calendar Day].[Day])))

 

1.png

 

 If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Best Regards,

Meet Patel

v-zhangti
Community Support
Community Support

Hi, @Anonymous 

 

You can try the following methods.
Measure:

Cumulative target = SUMX(FILTER(ALL(KM),[Calendar Day]<=SELECTEDVALUE(KM[Calendar Day])),[Target%])

vzhangti_0-1684120362098.png

Is this the result you expect?

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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