donkey shrek
New Member
- Joined
- Nov 15, 2022
- Messages
- 26
- Office Version
- 365
- Platform
- Windows
How do I convert each row into a list without adding a new column?
What I have so far:
Power Query:
= Table.TransformColumns(TESTT, each Splitter.SplitTextByDelimiter(",", QuoteStyle.Csv)([TESTT]))
It gives error:
Expression.Error: We cannot convert a value of type Function to type List.
Details:
Value=[Function]
Type=[Type]