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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

Summarising daily data into weeks not working

Hi All, 

 

I have a Fact table that is linked to a date dimension table. I'm trying to visualise daily data on a weekly axis so i've created a relationship between the two date columns in my Date table and my Fact table and then pulled in Start of Week in the x-axis. 

 

However, my graph isn't adding up correctly. It's meant to show average forecast and it's always meant to add up to 100%, however, when i pull in the Start of the Week column in the x-axis, it stops at 60%. When i remove it and use the Date column from my Fact table, it adds to 100%. 

 

Please find PBIX attached. 

 

Does anyone know how i can fix this? 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

You could create a column "weeknum".

 

weeknum = WEEKNUM('Date Dimension'[Date],2)

 

Then use this weeknum column as x-axis.

1.PNG

 

Best Regards,

Jay

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous ,

 

You could create a column "weeknum".

 

weeknum = WEEKNUM('Date Dimension'[Date],2)

 

Then use this weeknum column as x-axis.

1.PNG

 

Best Regards,

Jay

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors