Forum Discussion
abc_777
Solution Specialist
5 years agoneed to understand
Dear Concern, I have a very simple query to understand when i create a global calendar then using PARALLELPERIOD( BMCalendar[Date], -1, MONTH My query is when i change global calend...
v-kkf-msft
Community Support
5 years agoHi abc_777 ,
In my sample data, I created the following measures, and they all returned the correct results.
PARALLELPERIOD_BM =
CALCULATE(
SUM(BMCalendar[value]),
PARALLELPERIOD( BMCalendar[Date], -1, MONTH)
)PARALLELPERIOD_Sale =
CALCULATE(
SUM(SaleDate[Sales]),
PARALLELPERIOD( SaleDate[Date], -1, MONTH )
)
I think we get different results because of different calculation contexts. Could you please share your sample data and models? That can help us find the cause faster.
Best Regards,
Winniz