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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
eeree6035
Regular Visitor

Using distant count to find percentage of staff attending training

hi everyone,
i am a newbie trying to figure out how i can use powerbi for my case.

I have a large sheet of data which show the number of staff who attended a training.
The attendance sheet contain name & staffid.


How do i get the percentage of staff who attended the training from each department?
A staff may signed up for more than a training, so I am using distant count.

Attached is the sample data.

Thank you for any help given.

1 ACCEPTED SOLUTION
Fowmy
Super User
Super User

@eeree6035 

Create a calculation as follows, I also attached the file below my signature.

Training Attended % = 

DIVIDE(
    DISTINCTCOUNT(Attendance[StaffID]),
    COUNT(StaffList[StaffID])
)
Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

View solution in original post

1 REPLY 1
Fowmy
Super User
Super User

@eeree6035 

Create a calculation as follows, I also attached the file below my signature.

Training Attended % = 

DIVIDE(
    DISTINCTCOUNT(Attendance[StaffID]),
    COUNT(StaffList[StaffID])
)
Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.