The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have a matrix table which shows the training completion rate per region and employee.
I have about 8000 employees, each assigned multiple courses to complete.
As you can see from the screenshot, user Kelly has 14 courses assigned to them, and 0% are complete.
I'd like to add a column which counts Total users who have an overall completion rate of 100%. So all courses they have assigned to them show complete
Thanks
Solved! Go to Solution.
pls see the attachment below. It will be better if you can provide some dummy data and expected output
Proud to be a Super User!
could you pls provide the sample data?
Proud to be a Super User!
I can't really share the data. However its quite a simple layout.
I have:
Column A = User ID
Column B = Course Title
Column C = Course Completion status
Column D = Location
So for example a user with ID 12345 could have 10 courses showing in column B. Of these, 8 are complete.
I need to know which users have 100% of the assigned courses showing complete.
And I don't need to know how to calculate the percentage of completed courses....that I already have. I need to be able to display the COUNT of 100% complete users per location as a value in a matrix table.
Thanks
pls see the attachment below. It will be better if you can provide some dummy data and expected output
Proud to be a Super User!
I need to make an edit to the gtreat DAX you gave me.
How can I EXCLUDE specific rows from this calculation. So I want to exclude some Course Titles:
Column A = User ID
Column B = Course Title (EXCEPT where title = "ABC123")
Column C = Course Completion status
Column D = Location
Thanks
I tried to do it myself and it's not working:
Here's my attempt. My addition is shown underlined.
maybe you can try this
Proud to be a Super User!
This worked beautifully. Thanks.
you are welcome
Proud to be a Super User!