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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Dalski
Regular Visitor

How To Collate Tables

Hi guys, can anyone advise the process to generate one big table from a bunch of little tables where rows are in the exact same order as the original tables?

 

I've spent 3 full days trying to get the attached pbix to work but the Index field is showing that some rows are not being displayed in the correct order and I don't know why?

 

Take the Query Grab Tbl 1-9 on page Tbls 1-9: it jumps from Index 204 - 238. Can anyone advise what I'm doing wrong?

 

Untitled-3.jpg

 

I thought it may be because I have some blank rows as in this article but I don't think that's the case. Sometimes it seems this happens when a descriptive column is used and it doesn't have any values (basically the headers in the pdfs). However the vast majority of the time these are being processed correctly. Obviously I desperately need these in the right places.

 

Grateful of any guidance, and willing to hire someone if they can do it. I can't loose any more time on this.

1 ACCEPTED SOLUTION
HotChilli
Community Champion
Community Champion

The index column has the wrong datatype.  It's set as decimal number, it should be whole number.  And it should be set as 'do not summarize.'

 

Make that change on each of the three 'Grab ....' tables

 

You'll probably need to change the visualisations as well. Set the Index in Values to 'Don't summarize'

View solution in original post

3 REPLIES 3
HotChilli
Community Champion
Community Champion

The index column has the wrong datatype.  It's set as decimal number, it should be whole number.  And it should be set as 'do not summarize.'

 

Make that change on each of the three 'Grab ....' tables

 

You'll probably need to change the visualisations as well. Set the Index in Values to 'Don't summarize'

HotChilli, I can't thank you enough. I've spent 3 days on this and you've just fixed it in seconds with your beautiful brain. Thank you so much! Smiley Very Happy

 

I left the Index column as decimal format because that was the default setting for an index column which seems strange, again thank your brain for me.

HotChilli
Community Champion
Community Champion

Happy to help.

 

The question was clear (with picture and pbix) and that makes it a lot easier to investigate. 

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.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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