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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Topographical
Frequent Visitor

Calculate Running Total Year-to-date from different starting month?

Hi there,

 

How would do a quick measure for year-to-date but make it such that it only starts cumulating from a certain month?

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

Hi @Topographical,

 

Quick measure doesn't provide feature to customize start month. You need to create a measure below (YTD only calculate after or on April): 

 

YTDStartFromApril = TOTALYTD(SUM(Table2[Amount]),'Table2'[Date],FILTER(ALL('Table2'),'Table2'[Date]>=DATE(2017,4,1)))

 

q6.PNG

 

Best Regards,
Qiuyun Yu 

Community Support Team _ Qiuyun Yu
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-qiuyu-msft
Community Support
Community Support

Hi @Topographical,

 

Quick measure doesn't provide feature to customize start month. You need to create a measure below (YTD only calculate after or on April): 

 

YTDStartFromApril = TOTALYTD(SUM(Table2[Amount]),'Table2'[Date],FILTER(ALL('Table2'),'Table2'[Date]>=DATE(2017,4,1)))

 

q6.PNG

 

Best Regards,
Qiuyun Yu 

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

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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