About 35,700 results
Open links in new tab
  1. FORMAT function (DAX) - DAX | Microsoft Learn

    Using FORMAT changes a measure result to a text data type. If the measure result is originally of numeric data type, then with FORMAT, the measure can't be used on visuals where the values …

  2. FORMAT – DAX Guide

    3 days ago · This article describes the different approaches to format your DAX measures in Power BI semantic models using format custom and dynamic format strings. » Read more

  3. DAX Formatter by SQLBI

    DAX Formatter is a free tool that transform your raw DAX formulas into clean, beautiful and readable code.

  4. DAX Format - SQLBI Docs

    Jan 18, 2026 · Rules for formatting DAX code, to improve readability and maintainability. There are the rules implemented by DAX Formatter.

  5. The Format Function in DAX - Master It In Under 5 Minutes

    Dec 3, 2023 · The DAX format function is a Power BI text function that allows you to convert a value to text in a format that you have specified. It is a basic DAX function that most people learn on a DAX

  6. DAX FORMAT Function Explained: Customizing Data Display in Power BI

    Aug 2, 2025 · The FORMAT function in DAX (Data Analysis Expressions) is used to convert a value to text according to a specified format string. It allows you to define how numbers, dates, or other …

  7. How to Use the FORMAT Function in Power BI

    Oct 21, 2025 · The FORMAT function is a powerful DAX function that converts a value (like a number or date) into a text string according to a specified format. Think of it as the DAX equivalent of the …

  8. DAX Text - FORMAT function - Online Tutorials Library

    To format numbers, you can either use predefined numeric formats or create user-defined numeric formats. Look at the sections given at the end of this chapter - Pre-Defined Numeric Formats and …

  9. FORMAT - Daxplained

    Dec 19, 2024 · FORMAT is a DAX function that converts a value to text in a specified number format.

  10. DAX FORMAT Function in Power BI | Complete Guide & Examples

    Learn how to use the DAX FORMAT function in Power BI to format numbers, dates, and text for better data visualization and reporting.