Would it be possible to mix text with metrics in a single visual?

I’d like to know if it’s possible to mix text with metrics in a single visual. For example:

Approvals: count(x)

Applications: count(y)

Have you tried concat? The one thing you need to do is cast your calculation to a string with toString()

A calculated field would look like this:

approval_calculation = concat('Approvals: ', toString(count(x))

Hi, @pedrohro. We hope that Max’s solution worked for you. I am marking his reply as, “Solution,” but let us know if this is not resolved.