Forum Discussion
Calculating Previous Week Data
- 5 years ago
Hi, clarkey1988
If you think that the filters are breaking the measure, I suggest you to use the ALL() function to replace the ALLExcept() function in your original measure. Because the ALL() function can ignore any filters outside that might have been applied to avoid the effect of the visual filter.
Thank you very much!
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
That filter was jsut the top 2 max weeks so don't think that has an impact. However, I had 4 filters in my original picture. Once I clear them the measure works correctly. Somehow the filters are breaking the measure - but I thought I accounted for them in the measure code itself?
Hi, clarkey1988
If you think that the filters are breaking the measure, I suggest you to use the ALL() function to replace the ALLExcept() function in your original measure. Because the ALL() function can ignore any filters outside that might have been applied to avoid the effect of the visual filter.
Thank you very much!
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- clarkey19885 years agoHelper II
Hi everyone - I figured it out. Thanks so much for everyones help!