Forum Discussion
Need help expanding column with table data from Share Point.
- Anonymous7 years ago
Hi Anonymous,
If this is a case, you can consider to use 'Record.ReorderFields' function to choose fields which you wanted, then you can use table functions to transform filter fields to table format which power query can expanded.
Reference links:
Record.ReorderFields Returns a new record that reorders fields relative to each other. Any fields not specified remain in their original locations. Requires two or more fields. Record.SelectFields Returns a new record that contains the fields selected from the input record. The original order of the fields is maintained. Record.ToTable Returns a table of records containing field names and values from an input record. Regards,
Xiaoxin Sheng
Hello, Is this sharepoint list merged into an existing query?
I think your joins may have an issue (most likely the type, either they are not all text or something like that).
It's one single list and I haven't used any joins while extracting the data.
- Anonymous7 years agoNot applicable
Hi Anonymous,
Current power bi not support to expand records type, you need to manly do it though record function.(e.g. add custom column with record functions to extract specific fields values from record type column)
BTW, you can also take a look at following links:Guy in a Cube - How to expand a list of records in a query
Regards,
Xiaoxin Sheng
- Anonymous7 years agoNot applicable
Hi Sheng,
I tried those suggestions from "Guy in a cube" and had no luck. Probably I will explore record functions.
- Anonymous7 years agoNot applicable
Hi Anonymous,
If this is a case, you can consider to use 'Record.ReorderFields' function to choose fields which you wanted, then you can use table functions to transform filter fields to table format which power query can expanded.
Reference links:
Record.ReorderFields Returns a new record that reorders fields relative to each other. Any fields not specified remain in their original locations. Requires two or more fields. Record.SelectFields Returns a new record that contains the fields selected from the input record. The original order of the fields is maintained. Record.ToTable Returns a table of records containing field names and values from an input record. Regards,
Xiaoxin Sheng