Forum Discussion
'hubstorinfo' file problem
it has a filter line for hidden files...
Anonymous Thanks for the screenshot - looks like the error might be happening even earlier than we thought. Can you please select the 'Transform Sample File' query that has the error symbol next to it and see what's happening there? You might see a 'Go to Error' button. If you do, please click it, then take a screenshot and also select the previous step and take another screenshot. Post both here if you still haven't solved by then.
- Anonymous5 years agoNot applicable
Screenshot after clicking on the 'Transform Sample File' query - thanks
- Anonymous5 years agoNot applicable
Code from advanced editor for the sample file. FNDWRR Sheet is the common named sheet in the excel files where I pull the data from (get data - file - folder).
let
Source = Excel.Workbook(Parameter1, null, true),
FNDWRR_Sheet = Source{[Item="FNDWRR",Kind="Sheet"]}[Data],
#"Promoted Headers" = Table.PromoteHeaders(FNDWRR_Sheet, [PromoteAllScalars=true])
in
#"Promoted Headers"- AllisonKennedy5 years ago
Community Champion
Anonymous Ok, that code looks fine provided that each sheet is always named "FNDWRR"
What is the current value for the 'sample file' if you click that query now please? Sorry for all the questions!
- Anonymous5 years agoNot applicable
See below for sample file and another for when I click to see contents of the hidden hubs file