Forum Discussion
Anonymous
5 years agoNot applicable
Index Error
Hi Guys, I'm getting this error (image below) when I try to refresh it in the web, but if I check it on Desktop then refresh it, it doesn't give me any error. Any reason why is that? ...
- 5 years ago
Anonymous - OK, this seems to be the same problem as here:
Change this:
= Table.AddIndexColumn(#"Added Index", "Index.1", 0, 1, Int64.Type)to this:
= Table.AddIndexColumn(#"Changed Type", "Index", 0, 1)Maybe get rid of the Int64.Type? Wait, maybe it doesn't like that you sorted the rows and didn't do a Table.Buffer? v-deddai1-msft
Greg_Deckler
5 years agoCommunity Champion
Anonymous Are you able to paste your Advanced Editor code? The error says you passed too many arguments but what it calls out I only see 4 arguments and it says there were 5 passed in so maybe need to see surrounding code to understand what is going on.