Forum Discussion
QoQ Measure in Matrix Visual; pulling in previous values when I filter
Hello,
I am using the Matrix visual and one of the values is a measure thats calculating the QoQ Change. My QoQ Change Formula is:
3 Replies
- amitchandakSuper User
hawkeyes12 , This formula, only moving date backward. And will take Rating or any other dimension filter
CALCULATE(
SUM(Query1[Score]),
DATEADD('Calendar'[Date], -1, QUARTER)
)You need change it if you do not want rating filter
- hawkeyes12Frequent Visitor
Hi amitchandak thank you for the quick response! Unfortunately, this is still not working for me. When I filter for Q4 and "Medium" rating, the Matrix still includes rows from Q3 that have a "Medium" rating, although the rating is showing as "Blank" but its still pulling those rows in...
- v-xiaotangCommunity Support
Hi hawkeyes12
Thanks for reaching out to us. But info is not enough to go on.
Usually information below is needed, could you provide it? Thanks.
(1) a sample file, you can replace raw data with bogus data to protect your privacy.
or provide some sample data that fully covers your issue/question.
(2) give your expected result based on the sample you provide. If calculation formula is involved, please provide it.
Thanks.
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.