EOMONTH Function DAX
EOMONTH function is a Power BI Date and time function in DAX which returns the date in datetime format of the last day of the… Read More »EOMONTH Function DAX
![]()
EOMONTH function is a Power BI Date and time function in DAX which returns the date in datetime format of the last day of the… Read More »EOMONTH Function DAX
![]()
SUMX() is a power bi DAX Math function that returns the sum of an expression evaluated for each row in a table. It returns a decimal number.
It goes through a table, row by row to complete the evaluation after filter is applied.
Only the numbers in the column are counted. Blanks, logical values, and text are ignored.
It can be used to evaluate expression over multiple columns as it has the ability to work row by row.
![]()