Format String Finder

for Power BI
1
Selection
2
Sample Output
3
Copy & Paste

Select display category

Select format style

Select decimal places

Sample Output
UnformattedFormatted
Format string

Additional formatting options

Zero values display as:
Negative values display as:
Thousands separator:
Trailing zeros:
Currency symbol:

Format String Finder for Power BI

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.