Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Concatnate a Measure and Column

Hi,  I have a requirement to show the title of a multi row card (highligthed in the snip) as combination of a Text, column and a Measure.  I am able to get the values correctly for each individual ...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Anonymous have you tried CONCATENATE function. 

     

    Measure = CONCATENATE(MAX(PageAttempts[Column]),CONCATENATE(": ",CONCATENATE([TotalSuccess],CONCATENATE("/",[Total]))))