Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |