Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello,
I'm really new to BI and need some assistance to see if what I want to create is possible.
I want to create some of type of function, measure, or count (using info detailed below) to identify the number of people with Position Code 5 who only have a training status of R and Q. I would then like to take that count and divide by the total number of Position Code 5s to obtain a qualification percentage. If there are resources or vidoes I should look at that would be helpful as well.
Thank you
| Name | Training Status | Position Code |
| Bob | A | 5 |
| Joel | D | 7 |
| Peter | C | 7 |
| Nate | R | 5 |
| Dave | D | 7 |
| Gary | Q | 5 |
| Draco | Q | 5 |
Lucian | R | 5 |
| Elrond | A | 5 |
Solved! Go to Solution.
Create the Measure for the Count of People with Position Code 5 and Training Status R or Q:
Use a DAX measure to filter the table and count only those people with Position Code = 5 and Training Status = "R" or Training Status = "Q".
Create a Measure for the Total Number of People with Position Code 5:
This measure will count the total number of people with Position Code = 5.
Create a Measure for the Qualification Percentage:
Now, divide the count of qualified people by the total number of people with Position Code = 5 to get the percentage.
Hi,
Based on the table which you have shared, show the expected result.
Create the Measure for the Count of People with Position Code 5 and Training Status R or Q:
Use a DAX measure to filter the table and count only those people with Position Code = 5 and Training Status = "R" or Training Status = "Q".
Create a Measure for the Total Number of People with Position Code 5:
This measure will count the total number of people with Position Code = 5.
Create a Measure for the Qualification Percentage:
Now, divide the count of qualified people by the total number of people with Position Code = 5 to get the percentage.
Thank you - worked perfectly and taught me something new!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 44 | |
| 43 | |
| 38 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 64 | |
| 31 | |
| 29 | |
| 24 |