Forum Discussion
Current Week Visual linked to weekly bar chart
I have 2 visuals in a report.
The first one shows the top Sales codes for the current week as a simple matrix. Here I have a week offset filter on the visual.
Then I have a second visual/ bar chart that shows the customer rejections per week for all codes.
Now I would like to click on a row/code in the first visual and then the second visual is filtered to just this code.
When I do it now then the second visual is filtered just to the current week. I just want to enable the filter to the clicked/selected code.
How is that possible?
2 Replies
- amitchandakSuper User
joshua1990 , You need to use removefilters or all in the measures of the second visual to remove the week filter.
https://www.linkedin.com/pulse/five-recent-power-bi-functions-you-should-use-more-often-amit-chandak
- v-easonf-msftCommunity Support
Hi, joshua1990
Can you share a screenshots of the "Week Offset Filter" you applied on the first visual?
You can also try formula as below:Measure = CALCULATE ( SUM ( 'Sales'[Value] ), FILTER ( ALL ( 'Sales' ), 'Sales'[Sales codes] IN VALUES ( 'Sales'[Sales codes] ) ) )Best Regards,
Community Support Team _ Eason