Forum Discussion
Anonymous
4 years agoNot applicable
Unable refresh due to Data source error
Hello all, I was trying to refresh the dataset, but geting below error. Has anyone else come across this error? Any help is appreciated. Thank you! I have following query in advance edi...
AlexisOlson
4 years agoSuper User
This is a step that expects a binary.
#"Added Custom" = Table.AddColumn(#"This Week", "Custom", each Excel.Workbook([Content])),
Excel.Workbook expects the [Content] to be a binary .xslx file but it's getting something else.
I'd try stepping through those first few steps to see what it is getting.