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
andy291086
Frequent Visitor

Create a Weekly report based on categorised daily data

Hi all, 

 

I had been tasked to create a weekly aggregation report ,which uses a dataset similar to below. 

andy291086_0-1707811966163.png

 

And the expectation was to create a dashboard like below .. 

andy291086_0-1707810335289.png

 

The top row in the output is expected to be a slicer and the other measures are calculated at weekly grain. 

Can someone help with ideas on how to create this report. I am facing issues in creating weekly measures on daily data. 

 

Cheers,

Andy

2 REPLIES 2
andy291086
Frequent Visitor

Its not just sum I was looking at. I am looking at calculating all the other parameters, like Rolling Average etc

 

Anonymous
Not applicable

Hi @andy291086 ,

Based on the information you provided, here is my brief analysis.

I created a simple table.

vyilongmsft_0-1707890906885.png

If you want to calculate the value of their Sum you can enter the following DAX code.

Total Work Hours = SUM('Table'[No. of Work Hours]) 

Then you will see the Total Work Hour.

vyilongmsft_1-1707891476780.png

You can also create a column to calculate the Week Number.

Column = WEEKNUM('Table'[Date])

vyilongmsft_2-1707891616582.png

Use a slicer and you can get what you want.

vyilongmsft_3-1707891692796.png

 

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.

Top Solution Authors