Forum Discussion
valentin10
2 years agoRegular Visitor
Query 'Datafinal' step combined references other queries or steps so it my not directly access a dat
Hi guys,
I have a probleme with my query in Excel. When I try to append my tables, it's fine in the preview mode. But I have a error when I press "close and Load".
All my tables are loaded in my actual file. But before to be loaded in my file, they are stocked in a Sharpoint in differents files.
That's my code:
let
Combined = Table.Combine({Data, HardWareTable, #"Unwanted software", Bitlocker, LifeCycle})
in
Combined
That's the error
1 Reply
- lbendlinSuper User
Please show the entire code, especially the step mentioned in the error message.