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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Measure tracker

Hi!

 

I'm trying to measure the quantity of hours and tasks different individuals are doing per day and per week. 

I'm very new at Power BI so I'm not quite sure what to do.

 

Thanks fo any help.

 

Kind regards, 

Gimena

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous 

I created a simple demo, hope it helps you . 

Original data :

Ailsamsft_0-1654849659599.png

Then create two measures to count the total time and task number .

Total time = CALCULATE(SUM('Table'[Time]),ALLEXCEPT('Table','Table'[User],'Table'[Week]))
Task number = CALCULATE(COUNT('Table'[Task]),ALLEXCEPT('Table','Table'[Week],'Table'[User]))

As you can see from the formula, I perform classification and aggregation operations based on column [User] and column [Week] . Of course, you can also add [day] as a column, and then sort and aggregate according to [day] .

Then you will get a table like this :

Ailsamsft_1-1654849937174.png

You can filter data by [User] through add column [User] in Slicer .

 

Ailsamsft_2-1654850726042.png

I have attached my pbix file , you can refer to it .

 

Best Regards,
Community Support Team _ Ailsa Tao
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
Anonymous
Not applicable

Hi @Anonymous 

I created a simple demo, hope it helps you . 

Original data :

Ailsamsft_0-1654849659599.png

Then create two measures to count the total time and task number .

Total time = CALCULATE(SUM('Table'[Time]),ALLEXCEPT('Table','Table'[User],'Table'[Week]))
Task number = CALCULATE(COUNT('Table'[Task]),ALLEXCEPT('Table','Table'[Week],'Table'[User]))

As you can see from the formula, I perform classification and aggregation operations based on column [User] and column [Week] . Of course, you can also add [day] as a column, and then sort and aggregate according to [day] .

Then you will get a table like this :

Ailsamsft_1-1654849937174.png

You can filter data by [User] through add column [User] in Slicer .

 

Ailsamsft_2-1654850726042.png

I have attached my pbix file , you can refer to it .

 

Best Regards,
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.