DAX (EN)

Programming Language

Formula language for data analysis in Power BI and other Microsoft products

Data flow in DAX

flowchart TD     A[Data source] --> B[Power Query]     B --> C[Data model]     C --> D[DAX calculations]     D --> E[Visualization]     D --> F[Reports]     D --> G[Dashboards] 

In context

  • Typically used together with Power BI, Excel and Analysis Services
  • Related to: Power Query, MDX, SQL, Tabular models
  • Example use: Calculation of sales growth, time interval comparisons, KPI calculations
Quelle: AI Generated