Hi
I want to make a chart table. Whose example is given below. can you tell me. How can I achieve here?
Create a virtual column and try this expression, not tested
INDEX(ORDERBY(FILTER("YourTable", TRUE), [Score], TRUE), COUNT(FILTER("YourTable", [Score] > [Score]) + 1)
User | Count |
---|---|
16 | |
10 | |
10 | |
8 | |
3 |