Forum Discussion

angiepowerbi99's avatar
angiepowerbi99
New Member
1 year ago
Solved

Importing data from SharePoint lists into PowerBI [Records & Tables]

I have multiple columns that are stored in various ways, some of my data is [Record], [Table] and [Lists]. When i go to expand this out, as there are multiple values in the one row, by doing it manua...
  • Akash_Varuna's avatar
    1 year ago

    You could use Group By function in power bi power query and then do a Text.Combine function to combine with delimeter

    1 Group By function with desired Column
    2  In the Grouped Data Create a custom cloumn which extracts the desired data from rows
    3 Use Text.Combine() function to combine them concatinate them
    4 Keep Only the concatinated result by flatening the grouped one

    Or You can use Table.Transform column with To.List function and then use Text.combine function to concatinate