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! Learn more

Reply
BI-1294
Frequent Visitor

Ytd calculation missing values

Hi all, 

I need your help to figure out how to calculate the sum or the count of the rows where YTD calculation is equal 0.

The problem is that in the fact table I have missing periods (year-month) as so I need to use the calendar table to get the year-month without missing periods. 

Here below is the actual situazion with the calculations and the expected result:

 

1636648203351.jpg

Hope someone can figure out how to do it. 

3 REPLIES 3
amitchandak
Super User
Super User

@BI-1294 , If you have created a date table and marked that as date table and use month year from there in visual.

 

I am not sure about the need for crossjoin. It should be like

 

YTD Sales = CALCULATE(SUM(Sales[Sales Amount]),DATESYTD('Date'[Date],"12/31"))

 

Why Time Intelligence Fails - Power bi 5 Savior Steps for TI: https://youtu.be/OBf0rjpp5Hw

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Yeah I know, I have no problems to calculate the YTD. 

What I need is an additional measure to return 1 if the YTD quantity is = 0.

As it shows my measure is able to return 1 only in January and not in February (where I still have 0 in the YTD quantity) 

Anonymous
Not applicable

Hi @BI-1294,

I think these missed value parts should be related to the time intelligence function.
They required a complete calendar table and relationship mapping to calculate, if these records are not matched with the calendar date, the function will ignore these parts of calculations.

BTW, if you want to apply multiple aggregates on your records, I'd like to suggest you take a look at Greg's blog:

Measure Totals, The Final Word 
Regards,

Xiaoxin Sheng

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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