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
amitchandak
5 years agoSuper User
Anonymous , have configured any scheduler for it? if so, please check any error there.
Also, what kind of connection it is. Does it require Gateway or details that can be given at power BI service? Make sure either Gateway is the place or credentials have been given at the service level. (Because I can see connection error)
If everything is set and you still have an error
You can check and log an issue at -https://community.powerbi.com/t5/Issues/idb-p/Issues