Forum Discussion
WillBatesHydro
4 years agoHelper I
Append expanded records to existing table
Hello, Been really struggling to get this working, hope you can help π So I have a table pulled from an API, this table includes details such as company name, company id, email and an order...
- 4 years ago
Worked it out - for anyone who is struggling;
I inserted a custom column and used the below
Record.ToTable(Record.Combine(#"Removed Columns4"[orderRows]))
Ended up with my desired output;
WillBatesHydro
4 years agoHelper I
Worked it out - for anyone who is struggling;
I inserted a custom column and used the below
Record.ToTable(Record.Combine(#"Removed Columns4"[orderRows]))
Ended up with my desired output;