Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
joshua1990
Post Prodigy
Post Prodigy

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 2
v-easonf-msft
Community Support
Community 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

amitchandak
Super User
Super 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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.