Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have the report(left table) in the Power bi as same as in the right table(Excel). How can I add an index to the left table as in the right table without adding a column?
Hi @Anonymous ,
Create a measure
Measure =
RANKX (
ALL ( 'Table'[Region] ),
CALCULATE (
SUM ( 'Table'[Export Value] )
),
,
DESC
)
Regards,
Harsh Nathani
Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!
@Anonymous , If you are looking for visual Serial No. then you have use rank
For Rank Refer these links
https://radacad.com/how-to-use-rankx-in-dax-part-2-of-3-calculated-measures
https://radacad.com/how-to-use-rankx-in-dax-part-1-of-3-calculated-columns
https://radacad.com/how-to-use-rankx-in-dax-part-3-of-3-the-finale // look how break tie
https://community.powerbi.com/t5/Community-Blog/Dynamic-TopN-made-easy-with-What-If-Parameter/ba-p/367415
Vote for Idea - https://ideas.powerbi.com/ideas/idea/?ideaid=80612ec5-14a9-4929-a2ee-531943fa51d4
At table level
https://stackoverflow.com/questions/45715963/creating-an-index-column-for-power-bi
https://community.powerbi.com/t5/Desktop/Add-calculated-index-column-by-DAX/td-p/72448
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
10 | |
10 | |
9 | |
6 |