Forum Discussion
Anonymous
4 years agoNot applicable
Help with simple CALCULATE meassure
Hello, I have the following meassure but it doesn't work CALCULATE(MAX('DB'[Quarter]),'DB'[Year]=max('DB'[Year]),COUNTROWS(VALUES('DB'[Week]))>=13) Im trying to return the last complete Quar...
Anonymous
4 years agoNot applicable
Hi Anonymous ,
Please try:
=CALCULATE(MAX('DB'[Quarter]),FILTER('DB'[Year]=max('DB'[Year])&&COUNTROWS(VALUES('DB'[Week]))>=13))
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.