Forum Discussion
What visual or chart to be used to show Dense Ranking data
Hi Zaku ,
If you want to display the performance of students in the chart, why don't you use the performance value to show the students' good or bad performance?
According to my knowledge, Power BI does not support showing a linear chart with a lower value showing improvement compared to a higher value currently. Please consider about use the performance value for the Y axis and use the rank value as tooltips. Tooltips are an elegant way of providing more contextual information and detail to data points on a visual.
Besides, you can use the RANKX() function to achieve dense ranking in Power BI.
Note: Choose Dense in tiles parameter.
For more details, please refer to: RANKX function (DAX) - DAX | Microsoft Learn
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Jianbo.
Thank you for the response. Yes, we can show % age and show Ranks in the tooltip. But in that case, the user needs to mouse hover to see the student's rank. I believe, there must be some options (way of visual) to denote ranking. I will do some more research and see if can find any resolution.