Forum Discussion
Juju78
2 years agoNew Member
DATEADD DAX / Issue
Hello, I am struggling since few hours with the DATEADD formula. Here my usecases : I would like to compare the number of articles producted between 2022 and 2023. I have 2 columns in my Tab call...
mohitkumawat
2 years agoImpactful Individual
Hi Juju78
Try below Measure if it works
Last Year = CALCULATE(count(WebxCRM[Title]),SAMEPERIODLASTYEAR('WebxCRM'[Publicationdate]))
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.