Forum Discussion
Having trouble with key
- 2 years ago
Hello danielru - you can add a new column to your table in Power Query and use the Text.NewGuid() function like so:
Key = Table.AddColumn ( Source, "Key", each Text.NewGuid(), type text )https://powerquery.how/text-newguid/
- 2 years ago
Hi jennratten ,
Thanks so much for your help. I found the solution to this problem. I had to set up a key on my table as per this post:
Then I was able to select the key and it mapped automatically so working well.
Thank you again for all your help!
Regards,
Daniel
Hello danielru - you can add a new column to your table in Power Query and use the Text.NewGuid() function like so:
Key = Table.AddColumn ( Source, "Key", each Text.NewGuid(), type text )
https://powerquery.how/text-newguid/
- danielru2 years agoFrequent Visitor
Hi jennratten ,
Thanks so much for your help. I found the solution to this problem. I had to set up a key on my table as per this post:
Then I was able to select the key and it mapped automatically so working well.
Thank you again for all your help!
Regards,
Daniel