Forum Discussion
Error in visulaization using dateadd measure
- 7 years ago
Based on my test, I cannot reproduce the same issue. It seems you may check the relationships between the calendar table and data table. If it is not your case, please share your sample file. You can upload it to OneDrive or Dropbox and post the link here or send me via private message.
Regards,
Cherie
Hi
Here is the link
https://www.dropbox.com/s/gl43sn5r2ibe2yd/Dashboard.pbix?dl=0
I have tried using other data also, But still facing the issue with the date add measure in the visualization.
Please check and let me know
- v-cherch-msft7 years agoMicrosoft Employee
- bvsaicharitha7 years agoHelper I
It worked now. Thank yopu very much
Also, If I want to calculate past 12 months sum from the lastdate of my date month
CALCULATE([A_TSA],DATEADD('Calendar'[Date],-12,MONTH). This is not giving me correct sales.
Suppose i want to sum from sep-18 to sep 17 and sep- 17 to sep 16 so on, But the measure is calculating from sep- 18 to jan-18