This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
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 😞
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 34 | |
| 31 | |
| 30 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 63 | |
| 53 | |
| 31 | |
| 23 | |
| 23 |