Forum Discussion
gusdahu
Helper IV
8 years agoConcatenation Question
Hellow Power BI community, I currently have a direct link from PeopleSoft to my Power BI. How can I concatenate two columns using the measurement functionality? Regards, Gus Dahu
- 8 years ago
To get the measure as requested, you may use SELECTEDVALUE Function:
Measure := CONCATENATE ( SELECTEDVALUE ( 'Table'[Column1] ), SELECTEDVALUE ( 'Table'[Column2] ) )
Regards,
Cherie
Shantanu00007
Helper I
8 years agoCreate a new column instead of new measure. Newcolumn=[PO_ID]&[Business_Unit_PO]
gusdahu
Helper IV
8 years agoShantanu00007,
The New Column option is greyed out as my data is directly connected to PeopleSoft.
Regards,
Gus Dahu