Forum Discussion
Netrelemo
Helper IV
4 years agoHow to generate GUID for each row?
This command seems to create the exact same GUID for each row in the table. = Table.AddColumn(#"Reordered Columns", "Custom", each Text.NewGuid()) How do I make a unique GUID for each row...
HotChilli
Community Champion
4 years agoI think you just put something like this in the Add Column Box
try Text.NewGuid() otherwise 0