Forum Discussion
PowerBI reading column with multiple values as Table
- Anonymous6 years ago
I was able to figure this out.
There is a column which is retreived along with other columns during this process named "FieldValuesAsText". Using this column, we can convert more than one column with data as lists, tables etc and extract the data values at the same time.
This worked flawlessly and it retreived the data in shorter time as well.
I was able to figure this out.
There is a column which is retreived along with other columns during this process named "FieldValuesAsText". Using this column, we can convert more than one column with data as lists, tables etc and extract the data values at the same time.
This worked flawlessly and it retreived the data in shorter time as well.
Many thanks to you, saving my sleep. It was really tough figuring out on my own. Thanks for posting your suggestion.