Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I am stuck with a problem with the power query.
Scenario: I want to display the name of the employee with the highest percentage in a CARD visual.
Table name: sheet2
Columns: name, correct answer, incorrect answer, percentage, and so on.
Solved! Go to Solution.
Hi,
Not sure about doing this in power query, it sounds like you want a measure to do this, in which case you can use:
Hi,
Not sure about doing this in power query, it sounds like you want a measure to do this, in which case you can use:
| User | Count |
|---|---|
| 12 | |
| 8 | |
| 7 | |
| 5 | |
| 5 |