Forum Discussion
SammySam
2 years agoNew Member
Need help with OBDC filter query error.
Hi, I am new to Power Query and I am trying to load some data using an ODC query. I am getting the following errors with the below query: Expression.Error: The name 'GetList' wasn't re...
- Anonymous2 years ago
Even though it's a named range, you still have to pull it in using Excel.CurrentWorkbook as a query source, and then select the named range. And you can refer to it by its query name
--Nate
Anonymous
2 years agoNot applicable
Even though it's a named range, you still have to pull it in using Excel.CurrentWorkbook as a query source, and then select the named range. And you can refer to it by its query name
--Nate
- SammySam2 years agoNew Member
Thanks - it was because i had not defined the GetList function properly