cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
koorosh
Super User
Super User

weekly report on employee tasks

Hello all, There are some tasks that have been done by the employee's name. I need a weekly report for each employee that I request with the format in tab2 in the attached file.

Why days of the week in the report start from Friday? It should start from Monday to Friday.

I want to have Minutes as a row in the report like it brought in the report tab of the excel file.

 

1 ACCEPTED SOLUTION
v-tangjie-msft
Community Support
Community Support

Hi @koorosh ,

 

According to your description, here are my steps you can follow as a solution.

(1) My test data is the same as yours.

(2) We can create a new column. 

 

Flag = WEEKDAY([Date],2)

 

(3)Select the [Day Name] column to sort by the [Flag] column.

vtangjiemsft_0-1676280400089.png

(4) Then the result is as follows.

vtangjiemsft_1-1676280498260.png

If you want to put your minutes in the Matrix row header, depending on your situation, you can see that your Task and Minute are two different columns, and you need to create a new hierarchical relationship table as the row header to meet your needs.

 

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

View solution in original post

1 REPLY 1
v-tangjie-msft
Community Support
Community Support

Hi @koorosh ,

 

According to your description, here are my steps you can follow as a solution.

(1) My test data is the same as yours.

(2) We can create a new column. 

 

Flag = WEEKDAY([Date],2)

 

(3)Select the [Day Name] column to sort by the [Flag] column.

vtangjiemsft_0-1676280400089.png

(4) Then the result is as follows.

vtangjiemsft_1-1676280498260.png

If you want to put your minutes in the Matrix row header, depending on your situation, you can see that your Task and Minute are two different columns, and you need to create a new hierarchical relationship table as the row header to meet your needs.

 

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

Helpful resources

Announcements
May 2023 update

Power BI May 2023 Update

Find out more about the May 2023 update.

Submit your Data Story

Data Stories Gallery

Share your Data Story with the Community in the Data Stories Gallery.

Top Solution Authors