Answers for "powerbi how to concatinate strings"

SQL
2

power query concatenate

= [TextColumn] & Date.ToText([DateColumn]) & Number.ToText([NumberColumn])
Posted by: Guest on April-07-2020
0

power BI append string to calculated measure

Text Concat = 
"At " & 'ProductCatalog'[PriceDate] & " the Price was " & 'ProductCatalog'[Price]
Posted by: Guest on October-16-2020

Code answers related to "powerbi how to concatinate strings"

Code answers related to "SQL"

Browse Popular Code Answers by Language