TRUNC function DAX
TRUNC function is a Power BI math and trig function in DAX, which truncates a number to an integer by removing the decimal, or fractional… Read More »TRUNC function DAX
![]()
TRUNC function is a Power BI math and trig function in DAX, which truncates a number to an integer by removing the decimal, or fractional… Read More »TRUNC function DAX
![]()
SAMEPERIODLASTYEAR is a Power BI time intelligence function in DAX which returns a table that contains a column of dates in the current selection of… Read More »SAMEPERIODLASTYEAR Function DAX
![]()
TOPN function is a Power BI table manipulation function in DAX which returns the top n records from table. If you specify the number 0… Read More »TOPN Function DAX
![]()
ADDCOLUMNS is a POWER BI Table Manipulation Functions in DAX which is used to add a calculated columns in table. Basically, ADDCOUMNS returns a table… Read More »ADDCOLUMNS function DAX
![]()