Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
shaebert
Helper III
Helper III

How to create a static index/serial column

Hello. I am looking to create a serial/index column in my table that is easy to reference when processing orders outside of Power BI. 

I have tried adding an index column to my table, but this does not work as the data being entered to the table changes (deleted/modified) from time to time. This left me with the index numbers shifting to different rows. Which made it useless when referencing outside of Power BI.  

I saw someone suggest hardcoding serial/index into the data source, in this case is excel. But this wouldn't work either as rows are automatically added to the data source (excel file). I would have to have a formula that would create an index so it could dynamically populate when rows are automatically added to the spreadsheet.  

I prefer to find a solution in Power BI if possible. And the solution needs to be easily referencable.    

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@shaebert , The best power solution is to add an index column in the power query. If that did not work then you should bring it from the source.

What you are looking is a primary key(incremental id) that can be best done at source.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@shaebert , The best power solution is to add an index column in the power query. If that did not work then you should bring it from the source.

What you are looking is a primary key(incremental id) that can be best done at source.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

How can I dynamically do that in excel?

I did some research and found a way to create a dynamic / incremental index/serial column following the formula described here: https://www.thoughtasylum.com/2013/06/29/Auto-Incrementing-in-Excel/

 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.