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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
robofski
Resolver II
Resolver II

Counting how many employees have more than one computer

I have extracted data from AD, computer name and managed by.  I can now create a table showing each user and the count of computers they have.  What I'm trying to do next is be able to show how many users have one computer, how many have 2 etc. so I'm trying to count my count!

 

Suggestions?

1 ACCEPTED SOLUTION
MFelix
Super User
Super User

Hi  @robofski,

 

Made a sample table with person/computer and did a new table with SUMMARIZE:

 

Table = SUMMARIZE(Table1,Table1[Person],"#Computer",count(Table1[Computer]))

Then just add the #Computer to your table twice with witout summarize and the other making a count and you will get the result below.

 

 

count.png

 

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

2 REPLIES 2
MFelix
Super User
Super User

Hi  @robofski,

 

Made a sample table with person/computer and did a new table with SUMMARIZE:

 

Table = SUMMARIZE(Table1,Table1[Person],"#Computer",count(Table1[Computer]))

Then just add the #Computer to your table twice with witout summarize and the other making a count and you will get the result below.

 

 

count.png

 

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Thanks @MFelix  I thought SUMMARIZE was going to be the answer but couldn't get my head around how!

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.