Forum Discussion
Excel spreadsheet not importing all rows
- 3 years ago
Anonymous Can you go into Advanced Editor, copy the code and paste it here?
- Anonymous3 years ago
Due to the data i can't paste it all on here - however looking at this section i have just noticed this - I changed the header of the unique identifer this morning. im going to check this code with another set of data that is uploading ok. Thanks for pointing me in the right direction. 🙂
#"Removed Bottom Rows" = Table.RemoveLastN(#"Added Conditional Column7",2),
#"Removed Bottom Rows1" = Table.RemoveLastN(#"Removed Bottom Rows",7),
#"Renamed Columns1" = Table.RenameColumns(#"Removed Bottom Rows1",{{"********", "*********"}})
in
#"Renamed Columns1"
Anonymous Can you go into Advanced Editor, copy the code and paste it here?
*** AMAZING, you are fantastic ****, thank you so much, i compared both codes - deleted the two rows from the code - #"Removed Bottom Rows" = Table.RemoveLastN(#"Added Conditional Column7",2),
#"Removed Bottom Rows1" = Table.RemoveLastN(#"Removed Bottom Rows",7).
It's working as it should. serioulsy you have made my day. Thanks again. 😀