Hello Guys!
I want to write an mdx query with a calculated Measure. Here is my fact table:
How to implement a mesaure with the rule below :
If CurrentAtt != PreviousAtt then PreviousValue
else CurrentValue
I mean by previous the value in the previous period.
Thank you so much!
any suggestion please ?