I am making a simple project management database in Excel with Power Query to merge tables. A goal is to use a text field Project_Update as a data field and pivot results for ease of use. This website led me to use the following DAX formula for the conversion: =CONCATENATEX(Table1,Table1
Code:
,", ")[/B] . This worked well as a strictly Excel pivot.
[ATTACH type="full"]8054[/ATTACH]
When this functionality needs to be moved through Power Query, the Measure calculation/conversion is still available but the field cannot be added to the pivot. In what ways does this need to be handled differently in PQ, assuming that it is still possible?
Thank you
Thomas