The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Solved! Go to Solution.
@eeree6035
Create a calculation as follows, I also attached the file below my signature.
Training Attended % =
DIVIDE(
DISTINCTCOUNT(Attendance[StaffID]),
COUNT(StaffList[StaffID])
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@eeree6035
Create a calculation as follows, I also attached the file below my signature.
Training Attended % =
DIVIDE(
DISTINCTCOUNT(Attendance[StaffID]),
COUNT(StaffList[StaffID])
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
80 | |
77 | |
43 | |
39 |
User | Count |
---|---|
150 | |
117 | |
67 | |
64 | |
56 |