Table Chart

Hi 

I want to make a chart table. Whose example is given below. can you tell me. How can I achieve here?

 

images.png

1 REPLY 1

Create a virtual column and try this expression, not tested 

 

INDEX(ORDERBY(FILTER("YourTable", TRUE), [Score], TRUE), COUNT(FILTER("YourTable", [Score] > [Score]) + 1)