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.
Hi clarkey1988
Try it without MAX in your formula at the end. So, keep it like 'Degama'[Week Number] = 'Degama'[Week Number] - 1
If this post helps, then please consider Accept it as the solution and give thumbs up to help the other members find it more quickly.
Thanks,
Dheeraj
Hi dkaushik - unfortunately that did not seem to work. It actually didn't pull any values using that logic in the measure.