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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! 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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.