Hi @Landraille ,
Thank you for your post.
Based on the definition of the NewMeasure , if you did not add MinMonthId , then SSAS will take it's default member.
For default member, please refer to below : If no default member is specified for an attribute hierarchy, and the attribute hierarchy is aggregatable (the IsAggregatable property on the attribute is set to True), the (All) member is the default member. If no default member is specified and the attribute hierarchy is not aggregatable (the IsAggregatable property on the attribute is set to False), a default member is selected from the attribute hierarchy's top level. For more information, please refer to Attribute Properties - Define a Default Member.
So in your scenario, to get the correct value, you would have to add MinMonthId to get it working, or set the default member for MinMonth to 281.
Best regards,
Carrin
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.