How to prefix $ symbol as part of Metric or Markdown

I want to display a value prefixed with '$' in Metric as well as Markdown fields in Canvas. I know I can add a separate markdown field with just '$' symbol but the problem is that it is not scalable, if the value goes from 10k to 1 Mil then someone has to manually adjust the symbol. Is there anyway I can prefix the $ symbol as part of the field itself?

1 Like

Figured out the solution. I can use the below function and it worked perfectly
| formatnumber format="$0,0"

1 Like

Great news, thanks for posting the solution @rajeev1

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.