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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
Anonymous
Not applicable

Power Query - Row Number by Group on Tables

Hello, 

I have imported multiple tabs from a file using 'import from folder'. Each tab was loaded in as a table, and then I expanded them to combine into one data set. How can I create row numbers so that each tab starts at 1?

 

1. Dataset loaded in from file using import from folder.

load.jpg

2. I pressed the expand button on top of custom to get each tab of the data set

tabs2.jpg

3.

I have a table with every row from each of the tables.

How can I get an index for each table? For each table it starts over at 1?

ex

tabA 1
tabA 2

tabA 3
Notes 1
Notes 2

Notes 3
_Assumptions 1
_Assumptions 2

1 ACCEPTED SOLUTION
mahoneypat
Microsoft Employee
Microsoft Employee

Before you expand those "Table"s you can add a custom column with Table.AddIndexColumn([Custom.Data], "Index", 1,1), remove the original column and then expand the new one.

 

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


View solution in original post

1 REPLY 1
mahoneypat
Microsoft Employee
Microsoft Employee

Before you expand those "Table"s you can add a custom column with Table.AddIndexColumn([Custom.Data], "Index", 1,1), remove the original column and then expand the new one.

 

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

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.

Top Solution Authors