Forum Discussion

vasu1102's avatar
vasu1102
Frequent Visitor
4 years ago
Solved

Why am I getting 'An error occurred in the ‘’ query. Expression.Error: The name wasn't recognized'?

Hi,   I am new to Power Query. I have written the following custom function for a query which I am trying to get to work:   (gsf as list, ltf as list, percentchange as list, grouping as list) as ...
  • vasu1102's avatar
    4 years ago

    Hey,

    I found the mistake.

    I found out that I was missing [] around j in the following statement:

    each if j = 0

     

    Br

    Pankaj