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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
v-shex-msft
Community Support
Community Support

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

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

2 REPLIES 2
v-shex-msft
Community Support
Community Support

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

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
Greg_Deckler
Super User
Super User

How about a calculated column like:

 

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

@ 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!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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