Forum Discussion
vasu1102
4 years agoFrequent Visitor
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 ...
- 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
vasu1102
4 years agoFrequent Visitor
Hey,
I found the mistake.
I found out that I was missing [] around j in the following statement:
each if j = 0
Br
Pankaj