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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
jaco1951
Helper III
Helper III

create index in calendar

Hi all

 

I try to figure out how to sum values that are reported in week X as a forecast for week X+3

 

I think an Index in the calendar based on YearWeek could solve it, but I cannot figure out how to create such. 

 

This formula here does work. But it will not work when my yearweek is 201752, as the formula will return 201755...

 

Any suggestion to how I can solve this?

 

 

amount_startBal = CALCULATE(SUMX(vwDETAILS;vwDETAILS[amount]);
FILTER(cal_Forfallsdatoer;cal_Forfallsdatoer[ForfallYearWeek] =
CALCULATE(MAX(cal_ReportedDates[ReportedYearWeek])+3)))

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @jaco1951,

 

I don't think you can direct use 'current week number +3' to find out the specific records. (You will face year conversion issue)

 

In my opinion, I'd like to suggest you calculate on original date(+21) to find out corrsponed date, then use result to find out the correct year week.

 

Regards,

Xiaoxin Sheng

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @jaco1951,

 

I don't think you can direct use 'current week number +3' to find out the specific records. (You will face year conversion issue)

 

In my opinion, I'd like to suggest you calculate on original date(+21) to find out corrsponed date, then use result to find out the correct year week.

 

Regards,

Xiaoxin Sheng

Greg_Deckler
Community Champion
Community Champion

How about a calculated column like:

 

Column = CONCATENATE(YEAR([Date]),FORMAT(WEEKNUM([date]),"00")) 


Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.