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! Request now

Reply
mafioso
Helper II
Helper II

Summarize values of certain data

Hi, 

 

I want to summarize the hours of certain employees. For example i have currently 4 rows with employees + hours and want to summarize them to a Team. So in Power BI there should be the Teamname instead of the employees. Can I use a group by or something like that? 

 

  1. Milner      
  2. Cook
  3. Joshua
  4. Williams

I want to give them a teamname and summarize their working hours.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @mafioso

 

Can you give the team name to employees in the dataset itself (using query editor or bring the team name from datasource itself)?

 

So your final dataset is something like this-

Team      Employee     Hours

A             Milner           5

A             Cook             2

B             Joshua           3

B             Williams         5

Screenshot_53.png

 

 

 

 

Now you can use Matrix visual to show Team wise summarized hours.

Screenshot_54.png

 

 

 

 

And the drilled down view will look like below-

Screenshot_52.png

 

 

Hope this helps!

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @mafioso

 

Can you give the team name to employees in the dataset itself (using query editor or bring the team name from datasource itself)?

 

So your final dataset is something like this-

Team      Employee     Hours

A             Milner           5

A             Cook             2

B             Joshua           3

B             Williams         5

Screenshot_53.png

 

 

 

 

Now you can use Matrix visual to show Team wise summarized hours.

Screenshot_54.png

 

 

 

 

And the drilled down view will look like below-

Screenshot_52.png

 

 

Hope this helps!

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.

Top Solution Authors