Forum Discussion
HBALAMURUGAN
3 years agoFrequent Visitor
Custom YTD
I want to create custom Year To date. I am currently using the query Calculate(Sum(value),DATEADD(Date,-1,Year)) and this calculation is -365 days. I want to give the start date as (Start of the d...
- 3 years ago
Calculate(Sum(value),DATESBETWEEN(Dates[Date],Date(Year(Today())-1,1,1),Today()-365))
v-yalanwu-msft
3 years agoCommunity Support
Hi, HBALAMURUGAN ;
Is your problem solved? If so, kindly mark the proper reply as a solution to help others having the similar issue and close the case. If not, let me know and I'll try to help you further.
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.
HBALAMURUGAN
3 years agoFrequent Visitor
The answer is helping me to specify the start date of the year to date.However, I need to also specvify the end date for the YTD. Looking forward to have your support in this regard.