You have a sales system that contains the tables shown in the following table.
The Date table is marked as a date table.
DatelD is the date data type. You need to create an annual sales growth percentage measure.
Which DAX expression should you use?
SAMEPERIODLASTYEAR returns a table that contains a column of dates shifted one year back in time from the dates in the specified dates column, in the current context.
https://docs.microsoft.com/en-us/dax/sameperiodlastyear-function-dax
Currently there are no comments in this discussion, be the first to comment!