How to use dateadd/parallel period combined with filter based on months

前端 未结 0 1851
暗喜
暗喜 2020-12-15 22:31

I have a DAX function that calculates the previous period.

My_previous_period = (CALCULATE([All_work], DATEADD([Month], -1, MONTH)))

The prob

相关标签:
回答
  • 消灭零回复
提交回复
热议问题