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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
rajasekaro
Helper II
Helper II

ytd not showing correct

hi team 
i calculate revenue and its ytd but not working
revanue = sum(accounts[revenue])

revanue ytd = CALCULATE([Revenue],DATESYTD('calendar'[Date]))+0
Screenshot 2025-04-30 141731.png
1 ACCEPTED SOLUTION
v-bmanikante
Community Support
Community Support

Hi @rajasekaro ,

 

Thank you for reaching out to Microsoft Fabric Community Forum.

Please use the below DAX query.

 

ytd = CALCULATE([revenue_m],DATESYTD('DATE'[Date],"3/31"))+0
vbmanikante_0-1746074200050.png

 

If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!

Regards,

B Manikanteswara Reddy

 

View solution in original post

4 REPLIES 4
v-bmanikante
Community Support
Community Support

Hi @rajasekaro ,

 

We wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?

 

If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.

 

Regards,

B Manikanteswara Reddy

Hi @rajasekaro ,

 

We wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?

 

If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.

 

Regards,

B Manikanteswara Reddy

Hi @rajasekaro ,

 

May I ask if you have gotten this issue resolved?

 

If it is solved, please mark the helpful reply or share your solution and accept it as solution, it will be helpful for other members of the community who have similar problems as yours to solve it faster.

 

Regards,

B Manikanteswara Reddy

v-bmanikante
Community Support
Community Support

Hi @rajasekaro ,

 

Thank you for reaching out to Microsoft Fabric Community Forum.

Please use the below DAX query.

 

ytd = CALCULATE([revenue_m],DATESYTD('DATE'[Date],"3/31"))+0
vbmanikante_0-1746074200050.png

 

If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!

Regards,

B Manikanteswara Reddy

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors