Stop Using FORMAT() in Power BI š¬ ā 4 Creative Ways to Dynamically Format Numbers the Right Way š”
- Isabelle Bittar
- 3 days ago
- 1 min read

Go beyond FORMAT() hacks: learn 4 smart ways to scale numbers (K, M, B), add emojis, and switch formats ā all while keeping your measures numeric and visuals clean.
PBIX available at the end of this article š„³
Introduction
Many of us (Iām guilty šāāļøš) use the FORMAT() function to prettify/get the exact display in numbers you are seeking (like to show āKā, āMā, or āBā), integrate symbols (+, -, āļø, āļø), etc.But thereās a catch: once you use FORMAT(), your measure becomes text.That means no sorting, no aggregating, and no proper visuals. š¬
Power BIās Dynamic Format Function solves that. It lets you change how values look ā while keeping them numeric underneath.

You can still sum, sort, or filter as usual ā just with smarter formatting. š”You can see how it works in this demo video:
Read the full story on Medium: https://isabittar.medium.com/stop-using-format-in-power-bi-4-creative-ways-to-dynamically-format-numbers-the-right-way-79be314a25ad



Comments