Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi All
Please can you help to calculate JL wise Pass rate for the data shared below for each Program name.
| Job Band | Pass/Fail | Program Name |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Fail | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Intermdiate |
| 2 | Pass | Intermdiate |
| 2 | Pass | Intermdiate |
| 2 | Pass | Intermdiate |
| 2 | Pass | Intermdiate |
| 2 | Pass | Intermdiate |
| 2 | Pass | Intermdiate |
| 2 | Fail | Intermdiate |
| 2 | Pass | Intermdiate |
| 2 | Pass | Intermdiate |
| 2 | Pass | Intermdiate |
| 2 | Pass | Intermdiate |
| 2 | Pass | Intermdiate |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Fail | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Foundation |
| 2 | Pass | Professional |
| 2 | Pass | Professional |
| 2 | Pass | Professional |
| 2 | Pass | Professional |
| 2 | Pass | Professional |
| 2 | Pass | Professional |
| 2 | Pass | Professional |
| 2 | Pass | Professional |
| 2 | Pass | Professional |
| 2 | Pass | Professional |
| 2 | Pass | Professional |
| 2 | Pass | Professional |
| 2 | Fail | Professional |
| 2 | Pass | Professional |
| 2 | Fail | Professional |
| 2 | Pass | Professional |
| 2 | Pass | Professional |
| 2 | Pass | Professional |
| 2 | Pass | Professional |
| 2 | Pass | Professional |
| 2 | Pass | Professional |
| 2 | Pass | Professional |
| 2 | Pass | Professional |
| 2 | Pass | Professional |
| 2 | Pass | Professional |
| 2 | Pass | Professional |
| 2 | Fail | Professional |
| 2 | Pass | Professional |
| 2 | Pass | Professional |
| 2 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Fail | Foundation |
| 4 | Pass | Foundation |
| 4 | Pass | Foundation |
| 4 | Pass | Foundation |
| 4 | Pass | Foundation |
| 4 | Pass | Foundation |
| 4 | Fail | Foundation |
| 4 | Pass | Foundation |
| 4 | Pass | Foundation |
| 4 | Pass | Foundation |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Fail | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 4 | Pass | Professional |
| 3 | Fail | Professional |
| 3 | Pass | Professional |
| 3 | Pass | Professional |
| 3 | Pass | Professional |
| 3 | Pass | Professional |
| 3 | Pass | Professional |
| 3 | Pass | Professional |
| 3 | Pass | Professional |
| 3 | Fail | Professional |
| 3 | Pass | Professional |
| 3 | Pass | Professional |
| 3 | Pass | Pro 1 |
| 3 | Pass | Pro 1 |
| 3 | Pass | Pro 1 |
| 3 | Fail | Pro 1 |
| 3 | Fail | Pro 1 |
| 3 | Pass | Pro 1 |
| 3 | Pass | Pro 1 |
| 3 | Pass | Pro 1 |
Hi,
try this:
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Hello
I applied the logic to actual data set and for some reason the numbers are not accurate. The results are going beyond 100%
The actual numbers should be this,
But the PowerBI Logic is giving below numbers
Below is the DAXi have used
Ah okay, i wasn't aware that the job band would also be used, you can just adapt the allexcept criteria to use the job band column too.
Hello
I tried using the same DAX and still not givig the desired results
Okay, you could try allexecpt on both program name and job band in case there's something else impacting the measure:
JL Wise Completion Rate = CALCULATE(COUNT('Training Details Fy 22'[Pass/Fail_1]),'Training Details Fy 22'[Pass/Fail_1]="Pass",ALLEXCEPT('Training Details Fy 22','Training Details Fy 22'[Program Name],'Training Details Fy 22'[Job Band]))/CALCULATE(COUNT('Training Details Fy 22'[Pass/Fail_1]),ALLEXCEPT('Training Details Fy 22','Training Details Fy 22'[Program Name],'Training Details Fy 22'[Job Band]))
if this doesn't work are you able to provide a copy of the PBIX file?
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Thanks for all the efforts, but it did not work either.
Do you know how to attach a PBIX here?
You'd have to upload it to some cloud storage area, make sure access isn't private for the file and paste the link here.
Unfortunatley i cant do that due to restricted access 😞
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 24 | |
| 23 | |
| 17 | |
| 14 | |
| 13 |
| User | Count |
|---|---|
| 63 | |
| 41 | |
| 39 | |
| 39 | |
| 38 |