- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to add index to table?
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
01-19-2024 12:36 PM | |||
07-24-2024 01:42 AM | |||
Anonymous
| 05-21-2023 03:32 AM | ||
06-06-2024 07:06 AM | |||
Anonymous
| 07-26-2020 12:47 AM |
User | Count |
---|---|
14 | |
13 | |
11 | |
10 | |
8 |