Forum Discussion
amaniramahi
Helper V
5 years agoDATESBETWEEN with ALL Function
I need to calculate Year Over Year results for the same periods I used the following code YOY% =
var UptoDate = MAX('Monthly Reg Data'[Sales Month])
var CY = Year(UptoDate)
var PY = C...
- 5 years ago
Sorry, It was my mistake
I figured it out
amaniramahi
Helper V
5 years agoSorry, It was my mistake
I figured it out