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], ", " )
- rikkijp8 years agoFrequent Visitor
Thank you for your suggestion. When I tried this:
Resources = CONCATENATEX(PACEMasterProjectList,PACEMasterProjectList[ResourceAssigned],"; ")
List went from this:
to this:
- v-chuncz-msft8 years agoCommunity Support