Forum Discussion
joshua1990
Post Prodigy
4 years agoREMOVE filter from different Visual using DAX
I have a report that shows 2 visuals. The first one displays the top 10 Sales for the current week on the article level as a matrix. There is a filter on this visual using a week offset. The second...
VahidDM
Super User
4 years agoHi joshua1990
Can you share a sample of your data?
BTW, try this:
CALCULATE(SUM(Sales[Value]), removefilters(Week))
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
joshua1990
Post Prodigy
4 years agoVahidDM : Thanks for your support. Currently, I am not able to provide an example.
But using your approach doesn't work.