How do use the SUMX function in Power BI
Loading
How do use the SUMX function in Power BI
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Emily FosterPosted Apr 22, 2025, 1:33 AM
Absolutely, I'd be happy to help you understand how to use the SUMX function in Power BI!
The SUMX function in Power BI is a powerful DAX (Data Analysis Expressions) function that allows you to iterate over a table (or an expression that returns a table) and sum up the result of an expression for each row. This function is particularly useful when you need to perform calculations that involve iterating over a table.
Here is a general syntax of the SUMX function in Power BI: