Forum Discussion
Anonymous
5 years agoNot applicable
Compare same value in different periods
Hi Power BI Community! I want to show this data in a bar chart: Date Period: 29.07.2021 Date Period: 29.06.2021 I tried with this measure: Spare Parts Last month = CALCULATE([Sp...
amitchandak
Super User
5 years agoAnonymous , Try like
Spare Parts Last month = CALCULATE([Spare Order Backlog False],
dateadd(Dates[Date], -1, MONTH))
- Anonymous5 years agoNot applicable
amitchandak I already tried:
The solution could be using a visual filter with dates but in the measure?