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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
vjnvinod
Impactful Individual
Impactful Individual

Filter interaction doesn't works in Power BI desktop

 

Hi Team,

 

I am trying to find the  reason behind my  Region dropdown list not interacting with  Outbound Matrix/table (refer the dashboard view pic) but works with Inbound matrix/table and also please have a look at the relationship i have created

 

Hope to find a solution for this issue

 

 

 

 

13 REPLIES 13
RMDNA
Solution Sage
Solution Sage

@vjnvinod,

 

I'd recommend blacking out client names, contacts, and any financial data in your picture.

 

The tables may be connected, but if you filter by Region and it doesn't directly affect HQRegion in the bridge table, or if HQRegion doesn't directly affect Outbound, you won't see any changes.

 

You may also want to check the Format tab and look at "Edit Interactions" to ensure the visuals are set to affect each other.

 

vjnvinod
Impactful Individual
Impactful Individual

@RMDNA

 

All the other Graphs/charts are coming from inbound table, edit interaction doesn't helps.Relationship view.PNG

what do you suggest? i see the inbound interaction is working fine with all the charts and graphs but its not the case with Outbound

 

 

vjnvinod
Impactful Individual
Impactful Individual

@RMDNA

 

thanks again for stepping in and helping, can you please let me know how do i fix this. is it possible to set a connection between inbound and outbound table (i tried doing it, its not working, as its throwing up unique value error)

 

I would highly appreciate your help here.

@vjnvinod,

 

Could you post either a small subset of data or a scrubbed .PBIX?

vjnvinod
Impactful Individual
Impactful Individual

@RMDNA

 

Here is the scrubbed Pbix file, let me know if you are able to help.

please note that the issue is while selecting a particular region, let say northeast and then you click on the outbound value, which is not interacting with pie and the table i have highlighted right below the inbound and outbond matrix

 

https://www.dropbox.com/s/20u6v9kpwr6xehc/Testcheck.pbix?dl=0

vjnvinod
Impactful Individual
Impactful Individual

@RMDNA

 

just wondering, if you had a chance to check the interaction in my PBIX file shared.

 

rgds, vinod

Hi @vjnvinod,

 

If you want to interact with other fields, you may need new relationships. Please check out a demo in the attachment.

Why doesn't your current model work? As we can see the example below, whatever we select in the Outbound, all of the Inbound are hit. Because they are all connected to Northeast.

Filter_interaction_doesn_t_works_in_Power_BI_desktop

The solution could be creating more middle tables. For example, we want to interact with the field "Homeoutbond".

1. Create a table.

HomeOutbond =
DISTINCT (
    UNION ( VALUES ( Inbound[HomeOutbond] ), VALUES ( Outbound[HomeOutbond] ) )
)

2. Establish relationships.

3. Add the 'HomeOutbond'[HomeOutbond] to the visual.

Filter_interaction_doesn_t_works_in_Power_BI_desktop2

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-jiascu-msft @RMDNA

 

Hi Dale,

 

thanks for taking time and responding.

Going with the logic you have shared, i see the numbers reflecting in Pie Chart and Matrix table are the reflection of the Inbound values, not the Outbound values which is what my expected result should be (if i click on outbound value, my pie chart and table below should reflect the outbond value and same with Inbound value as well)

 

Please take a look at the Snapshot you have shared, quite evident from their that numbers reflecting in Pie and matrix are not correct/Not as per the expected results

 

if you see in your snapshot, you have selected for Northeast and then clicked on other outbound americas as a result i observed that the numbers which is reflecting in the Pie chart (282.08)& the Matrix 282.08 (account segment, acccount channel and ter_fytd_usd) are from Inbound.

 

I was breaking my head this morning from India, but quite not able to get their.I would highly appreciate if any workaround or solution can be provided for this mess.

 

Regards, vinod

 

 

Hi @vjnvinod,

 

What's the expected result?

I have explained in my first post. Let's have a look at below. What do you expect from the "Inbound" if we click the "Outbound" value "o2"?

Filter_interaction_doesn_t_works_in_Power_BI_desktop4

So we need a middle table like NEWTABLE. When we click the values in the middle table, both of the Inbound and the Outbound tables will act.

o1

o2

o3

 

Best Regards,

Dale

 

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-jiascu-msft

 

Hi Dale,

 

Looks likes its an issue with Power BI, middle tables are helping only when the regions are filtered at "all" level, the interaction works perfectly fine (see below snapshot) , which is what my expected result should be (that means my outbound is interacting with inbound, pie and the table)

 

 

Expected resultsExpected results

Now whats happening is when i filter for any region let say Northeast and then click on other outbound americas, i am not getting the above model results (refer below screenshot), (highligting in red means, they are not interacting with Outbound values) & the numbers of Pie and matrix are not in sync(i am fine with inbound, it may match or maynot)

 

let me know, why my model is not working? or is it not possible to do it in Power BI? thanks for your help here.

 

Unexpected resultUnexpected result

https://www.dropbox.com/s/87mgmsb7u70jloe/Testcheckdale.pbix?dl=0

vjnvinod
Impactful Individual
Impactful Individual

@v-jiascu-msft@RMDNA

 

Hi Guys,

 

Any help on this?

 

 

vjnvinod
Impactful Individual
Impactful Individual

@v-jiascu-msft@RMDNA

 

hi Guys,

 

Can anyone please help here?

 

Regards, vinod

vjnvinod
Impactful Individual
Impactful Individual

@v-jiascu-msft  @RMDNA

 

Hi  Dale

 

hope all is well!

Just wondering if you had a chance to check my query on the interaction values.?

 

thanks for your help!

 

Regards, vinod

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors