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
solankikumar
New Member

Using change log to create weekly fact data

Hi Experts , 

I have change log table with effective date for No. of packs in Box we sell (sample below) - 3 years data

 

solankikumar_0-1713402145471.png

 

- & i have data for No. of packs as of today (for all material) - like below 

 

solankikumar_1-1713402170017.png

what would be best calc to use above which can give me what was EA in Box for all week ending in last 3 years. 

 

Thanks 

1 REPLY 1
amitchandak
Super User
Super User

@solankikumar , Have date table joined with Changed Date. Have a week column in that

 

example

Week Start date = 'Date'[Date]+-1*WEEKDAY('Date'[Date],2)+1
Week End date = 'Date'[Date]+ 7-1*WEEKDAY('Date'[Date],2)

 

 

Then have measures like

calculate(lastnonblankvalue(Date[Date], Sum(Table[New Value])), filter(all(Date), Date[Date] <= Max(date[Date]) ) )

 

Use this along with Week start/end date from date table and other from table

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.