Forum Discussion
rikkijp
8 years agoFrequent Visitor
Sharepoint List - Displaying multiple users in table visualization
I have my powerbi linked to a list in SharePoint. One of my SharePoint columns is a Person field that can have more than one person attached to it. When I expand it in PowerBI, how can I then display...
v-chuncz-msft
8 years agoCommunity Support
You may add a measure as shown below.
Measure = CONCATENATEX ( Table1, Table1[Column2], ", " )