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 |
---|---|
22 | |
15 | |
4 | |
3 | |
3 |