Power BI DAX Function
Power BI DAX Function
Shraddha Shukla
My LinkedIn Profile My all Links
Power BI's Data Analysis
Expressions (DAX) is a formula
language used to create custom
calculations in Power BI,
allowing you to manipulate and
transform data within your
reports. Here are 10 important
DAX functions, along with their
usage, formulas, and examples.
SUMX
Usage: Calculates the sum of an expression for
each row in a table and returns the total.
Formula: SUMX(table, expression)
Example: Calculate the total sales for each product
category.