The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Employee Name | ratings |
A | 5 |
B | 5 |
C | 5 |
D | 5 |
E | 5 |
F | 5 |
G | 5 |
H | 4 |
I | 4 |
J | 5 |
K | 5 |
L | 4 |
M | 5 |
The Output should be
Employee Name | ratings |
A | 5 |
B | 5 |
C | 5 |
D | 5 |
E | 5 |
F | 5 |
G | 5 |
J | 5 |
K | 5 |
M | 5 |
Solved! Go to Solution.
hi @MSirfan
Assumption : Employee will not be repeated, need to pass unique ID.
hi @MSirfan
Assumption : Employee will not be repeated, need to pass unique ID.
Has to be a calculated table, not a measure.
TOPN(10, Table, NameRatings, DESC)
Note this will not be deterministic even if you specify how to handle ties.
We can't pass a column without using aggregation function in Topn function because it's takes only a single scalar value
I'm not following.
i am getting this error
User | Count |
---|---|
20 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
29 | |
11 | |
11 | |
9 | |
9 |