What's new from Grafana Labsbreadcrumb arrow Enhanced custom currency format: Display exact financial values
What's new from Grafana Labs
What's new from Grafana Labs
Grafana Cloud Generally Available Open source Enterprise Generally Available Dashboards and visualizations
Release date: 2025-06-12

Enhanced custom currency format: Display exact financial values

Previously, Grafana automatically abbreviated large currency values like $1,235,667 to $1.24M or $555,558 into $555.6K. While this works well for most visualizations, financial data often requires exact values to be displayed.

We enhanced our custom currency format to solve this. Instead of the standard currency format, you can now use currency:financial:<unit>, which displays the complete numeric value instead of scaled abbreviations.

For example, currency:financial:$ will format large values like 1235667 as $1,235,667 instead of $1.24M.

Currency symbol positioning

The financial format also supports flexible symbol positioning:

Prefix (default): currency:financial:$ → $1,235,667

Suffix: currency:financial:€:suffix1,235,667€


Related What's new posts