power BI append string to calculated measure code example
Example: power BI append string to calculated measure
Text Concat =
"At " & 'ProductCatalog'[PriceDate] & " the Price was " & 'ProductCatalog'[Price]
Text Concat =
"At " & 'ProductCatalog'[PriceDate] & " the Price was " & 'ProductCatalog'[Price]