Select display category
Select format style
Select decimal places
| Unformatted | Formatted |
|---|
| Unformatted | Formatted |
|---|
Find, customize and copy format strings for Power BI. This free tool helps you build DAX format strings, dynamic format strings for measures, and custom format strings for data formatting in Power BI visuals (Format > Properties > Data format).
Supports number formatting for thousands, millions, billions with optional K, M, B suffixes. Format percentages and percentage points (pp). Choose between standard and variance styles with plus signs and directional indicators. Customize zero handling, negative value display with minus or brackets, thousands separator, and trailing zeros.
A format string in Power BI consists of three parts separated by semicolons: positive;negative;zero. Example: #,0.00;-#,0.00;0. Use in DAX with FORMAT([Measure], "format string") or as a dynamic format string in a measure.