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

MEASURE PROBLEM

Good Afternoon

Im trying to calculate Budget figure year to date, the budgets figures are in a different table to sales. The Budget table has 3 columns for date- year, ,month, week, whereas the date Value is a complete date e.g. day, month, year

Ire_2022_0-1651585479192.png

Could anyone help, please?

thanks

Ire_2022

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Ire_2022 , Using week and year create a date and use that to join to common date table

 

Date from week =

var _year = date([Year],1,1)

var _wyear = _year +-1*WEEKDAY(_year ,2)+1

return

_year + [Week]*7

 

Join this date with the date of the date table, also join the date table with the sales table. IF needed split the data into days

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @Ire_2022,

Did the above suggestion help with your scenario? if that is the case, you can consider Kudo or accept the helpful suggestions to help others who faced similar requirements.

If these also don't help, please share more detailed information to help us clarify your scenario to test.

How to Get Your Question Answered Quickly 

Regards,

Xiaoxin Sheng

amitchandak
Super User
Super User

@Ire_2022 , Using week and year create a date and use that to join to common date table

 

Date from week =

var _year = date([Year],1,1)

var _wyear = _year +-1*WEEKDAY(_year ,2)+1

return

_year + [Week]*7

 

Join this date with the date of the date table, also join the date table with the sales table. IF needed split the data into days

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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.