Forum Discussion
Display Rank on Column chart
Hi SAIRAMAKANTH
Please provide a workable sample data (not an image), your expected result from the same sample data and your reasoning behind. You may post a link to Excel or a sanitized copy of your PBIX stored in the cloud. Refer to this sticky post on how to get your questions answered quickly - https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
- SAIRAMAKANTH1 year agoRegular Visitor
There is column chart in the image i need to show rank on top according to the sales data danextian
- danextian1 year agoSuper User
Hi SAIRAMAKANTH
You can create a measure and use this as the data label - https://community.fabric.microsoft.com/t5/Power-BI-Community-Blog/Custom-Data-Labels-in-Power-BI/ba-p/4354821 . Example:
rank measure = RANKX ( ALL ( table[column] ), [sales measure],, desc, DENSE )If this doesn't work, pleasen provide a workable sample data (not an image) as stated in my initial reply.