Forum Discussion
AmalrajRRD1
9 years agoHelper II
Subtracion
Hi all,
I did subtraction calculation from current year to previous year .I have Jan to Dec data . Now my question is i want to show the value only difference between Dec to Nov . I don t want any others variance .
Is there possible to do in Power bi Desktop.
Thanks
- Anonymous9 years ago
Hi AmalrajRRD1,
I think it is possible and it will be help if share some sample data of your data structure.
It might be like:
Result= Calculate([DiffMeasure],FIlter(All(Calendar),MONTH([Date])>=11))
Regards,
Xiaoxin Sheng
1 Reply
- AnonymousNot applicable
Hi AmalrajRRD1,
I think it is possible and it will be help if share some sample data of your data structure.
It might be like:
Result= Calculate([DiffMeasure],FIlter(All(Calendar),MONTH([Date])>=11))
Regards,
Xiaoxin Sheng