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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
ROG
Responsive Resident
Responsive Resident

YTD showing two different values

Hi all,

 

I have two reports where I use the same YTD dax measure, but the result is really different.

On the 1st table the YTD is giving the running total, but on the second table it seems to calculating avg? Which one is correct? 

 

Measure: Net Churn - 30D% YTD = CALCULATE([Net Churn - 30D%], DATESYTD('🔎Calendar'[Date]))

 

ROG_0-1664794713911.png

 

Measure: CHURN%_YTD = CALCULATE([NET_CHURN%], DATESYTD(monthly_churn_db_dates[DATE_KEY]))

 

ROG_2-1664795187543.png

 

Thanks a lot!

1 REPLY 1
ValtteriN
Super User
Super User

Hi, 

For YTD calculations and time intelligence in general I would always recommend using a separate calendar table. The logic you use in your first measure involwing calendar is the correct way to utilize this dax and I recommend using it as is or crating a calculation group with that logic.

E.g. CALCULATE(SELECTEDMEASURE(),DATESYTD('Calendar'[date]))

For more information on calculation groups and time intelligence check this articel by sqlbi:
https://www.sqlbi.com/calculation-groups/


I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!

My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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