Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hello experts,
How can I arrive a percentage difference for Completion and what is a correct calculation I need to select in Quick measure. Here is my data inputs.
Total Number of Employees = 1000 Employees with Column named as (User Name)
Completion status is captured in another column as = Complete (Y) and NOT Complete (N).
I have maintained completion status for all the row against the employee number
Example = Completed 200 (Y) and NOT Completed (N). What is the
Solved! Go to Solution.
Hi Amit,
I am trying to understand the logic you have written.
Complete % = divide(calculate(count(Table[employee name]),filter(Table, Table[status] ="Y")), count(Table[employee name]))
And this will one will bring the NOT completed status.
Not Complete % = divide(calculate(count(Table[employee name]),filter(Table, Table[status] ="N")), count(Table[employee name]))
How I am can divide this syntax to arrive the output percentage?
Do I need to write these login in the same Measure or as a separate measure?
this one will arrive the total number of users completed in Y
Hi Amit,
It worked, after entering formula like this
@Anonymous , Measure like this should work at all level
Complete % = divide(calculate(count(Table[employee name]),filter(Table, Table[status] ="Y")), count(Table[employee name]))
Not Complete % = divide(calculate(count(Table[employee name]),filter(Table, Table[status] ="N")), count(Table[employee name]))
Hi Amit,
I am trying to understand the logic you have written.
Complete % = divide(calculate(count(Table[employee name]),filter(Table, Table[status] ="Y")), count(Table[employee name]))
And this will one will bring the NOT completed status.
Not Complete % = divide(calculate(count(Table[employee name]),filter(Table, Table[status] ="N")), count(Table[employee name]))
How I am can divide this syntax to arrive the output percentage?
Do I need to write these login in the same Measure or as a separate measure?
this one will arrive the total number of users completed in Y
HI Amit, I am getting an error, Would you be able to help to guide me the normal navigation steps and the appropriate Calculation steps I can select for this in the Quick Measures
Check out the April 2026 Power BI update to learn about new features.
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 |
|---|---|
| 43 | |
| 35 | |
| 33 | |
| 21 | |
| 15 |
| User | Count |
|---|---|
| 64 | |
| 59 | |
| 31 | |
| 27 | |
| 25 |