Difference between SUMX and SUM Function in Power BI DAX
In DAX (Data Analysis Expressions) for Power BI, both SUM and SUMX are functions used to perform aggregation, but they operate differently and are used in different scenarios. SUM Function The SUM function is straightforward and is used to add up all the values in a single column. Syntax DAX Example Consider a table Sales …
Difference between SUMX and SUM Function in Power BI DAX Read More »