Forum Discussion
Index Error
- 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
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
It worked! Thank you so much.
- Greg_Deckler5 years agoCommunity Champion
Anonymous Must be some kind of bug going on in the Service or something, that issue seems to be very recent. I think they added the ability to specify the type on the Index but apparently the Service missed that memo. Did you read the memo?
- Anonymous5 years agoNot applicable
That's why it happened to 4 of my PBI projects.
I honestly haven't read the memo, I just usually scan through the new updates on each month. Thank you so much for your help, man!
- Greg_Deckler5 years agoCommunity Champion
Anonymous No problem, I was joking about the memo!! The Service needs to read the memo!!