Forum Discussion
How do I extract values from List/Rec to text inPowerQuery when extracting data from Sharepoint List
- Anonymous5 years ago
Hi Pat,
Thanks for your response and time to look into the error. I have fixed this error this morning by just using the {0} in the existing function to extract the title alone from the list.
Record.Field([Manager]{0}, "title")
It working as expected with Lastname, Firstname in all the rows.
Thanks again for your time.
Regards
Janaa
Anonymous So, if I understand correctly, in Power Query Editor, find the diverging arrows in the column header to the right of the column name. Click that icon. Deselect everything and then only select the field that you want, title.
Please find my screenshot below. There is no diverging icon present in the column to select the required text here.
Also I have tried by creating a Customcolumn to populate the text value with an Index(created New column) which I'm looking for with the below function.
Record.Field([Column Name]{[Index]},"title")
which gives the expected result only for first record where still rest other records shows as an error as below.
Please throw some insights to move further.
Thanks for your efforts to get this solved.
- Greg_Deckler5 years agoCommunity Champion
- Anonymous5 years agoNot applicable
Greg_Deckler : This solution doesn't work for my scenario. Thank you! for your time.