Forum Discussion
Anonymous
5 years agoNot applicable
Double Counting Help - Debug Query
HI Team Can you please help me debug based on steps below? as you can see Power query mysterioulsy creates another duplicate table "April 2021" , although i have just ONE excel file by tha...
AlexisOlson
5 years agoSuper User
The April workbook probably contains multiple tables. Try expanding the Name column too and you should see the names of both tables.
Table.ExpandTableColumn(#"Added Custom", "Custom", {"Name", "Data"}, {"Name", "Data"})- Anonymous5 years agoNot applicable
No there no additional tables
All files have same schema
I just tested,
if I just open any of files below and simply save again,
power query creates another table
I was thinking temp files, but I cant see any except the hidden desktop "file"
- AlexisOlson5 years agoSuper User
Can you show what the result looks like if you expand all of the columns of your custom column (Name, Data, Item, Kind, Hidden) in the query editor?