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

Interaction between dropdown in Power BI

Hi, how to setup an interaction between dropdowns
For instance I have 2 dropdowns(which is created out of 2 different field columns). If I select a region from the first dropdown list let say Northeast, my other dropdown should also select Northeast.
Is there a way to do this?
1 ACCEPTED SOLUTION

@vjnvinod,

You can use DAX instead to create the new tables.  I haven't found any method to put all the data in a single Matrix visual and filter it using a single slicer.

https://1drv.ms/u/s!AhsotbnGu1Nok0_5dfG96lEqpQr_

Regards,
Lydia

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

View solution in original post

17 REPLIES 17
TimoRiikonen
Helper V
Helper V

Greg_Deckler
Community Champion
Community Champion

Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

dropdown interaction issuedropdown interaction issuedropdown interaction issuedropdown interaction issue

Thanks Greg, Appreciate your time on this, i have attached the screenshot, Actual problem is that if you see in the first screenshot Dropdown when i select the HQ region as Northeast, my Delivery region won't automatically change it to Northeast or Vice versa that means i have to manually check the Northeast in the Delivery region

 

Look at the Output required screenshot, what i want to achieve?

i want to achieve if i select any dropdown from HQ region (be in Northeast, southwest any other region) or Delivery region(be in Northeast, southwest any other region), it should automatically change and reflect the same in both.

 

let me know if there is way i can fix this

@vjnvinod,

Do the above two columns come from different tables? If so, have you set proper relationship between the two tables? 

Regards,
Lydia

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

Hi Lydia,

 

No they come from one table,  eventhough list of regions are same, but in terms of revenue, HQ region may be not equal to Delivery Region, see the below sample for more understanding. & also look at the other table which i want to achieve through one dropdown or slicer

 

HQRegionDeliveryRegionHomeOutboundInboundTER_FYTD_USD
CanadaUKIOutbound to EMEIAInbound from Americas13161834
WestWestHomeHome10046771
CanadaCanadaHomeHome8415244
NortheastNortheastHomeHome7681898
JapanJapanHomeHome7304815
WestWestHomeHome6827022
WestWestHomeHome6356509
WestWestHomeHome6215388
NortheastNortheastHomeHome5999410
WestWestHomeHome5836580
OceaniaAPAC SL CoEOther Asia-Pacific outboundInbound from other Asia-Pacific5572889
WestWestHomeHome5396988
WestWestHomeHome5396988
WestWestHomeHome5388453
SoutheastSoutheastHomeHome5329472
SoutheastSoutheastHomeHome5084942
NortheastNortheastHomeHome5029374
JapanJapanHomeHome5028924
WestWestHomeHome5006425
WestWestHomeHome4978620
WestWestHomeHome4964660
WestWestHomeHome4939293
WestWestHomeHome4900484
SouthwestNortheastOther Americas outboundInbound from other Americas4875573

 

 

 

Dropdownfor Region 
CategoryTER_FYTD_USD
Home$                 453,625,289
Inbound from Asia-Pacific$                         673,523
Inbound from EMEIA$                   33,797,206
Inbound from Japan$                   18,690,156
Inbound from other Americas$                     6,976,907
Inbound from SAcct-Elim$                     -4,557,168
Grand Total$                 509,205,914
Home$                 453,625,289
Other Americas outbound$                   51,136,073
Outbound to Asia-Pacific$                   31,934,109
Outbound to EMEIA$                 117,022,067
Outbound to Japan$                     3,753,733
Grand Total$                 657,471,271

@vjnvinod,

Could you please describe the logic that you use to calculate the expected result? I note that in your original table, there are no "Inbound from SAcct-Elim" , "Outbound to Japan" values.

In addition, regarding to your original questions, please check "Edit interactions" between your slicers following the video below.
https://1drv.ms/v/s!AhsotbnGu1Nok0TMnfg5FI_ymUlW

Regards,
Lydia

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

Hi Lydia,

 

firstly, thanks for reverting, i looked at your videos, unfortunately it doesn't helps, as it doesn't capture the logic i am using to build the dashboard in power BI & the data which you see in the table was just a sample, please ingore those elims.

 

Please refer the Logic i have captured in the excel sheet1 (its a 2 different pivot) & expected result is from the combination of those two. this is only for a region, so you can refer

 

https://www.dropbox.com/s/69om7xsw0bujip4/Global%20TMT%20Engagement%20Data%20Extract%20FY17%20P12%20...

 

I want to create the last view in sheet1 through Power BI, wherein if i filter for Northeast or any other region of that matter, the below expected result should appear & numbers gets changed as per the selection.

 

NORTHEAST  
CategoryTER_FYTD_USD
Home$                   453,625,289
Inbound from Asia-Pacific$                           673,523
Inbound from EMEIA$                     33,797,206
Inbound from Japan$                     18,690,156
Inbound from other Americas$                       6,976,907
Inbound from SAcct-Elim$                     -4,557,168
Grand Total$                   509,205,914
Home$                   453,625,289
Other Americas outbound$                     51,136,073
Outbound to Asia-Pacific$                     31,934,109
Outbound to EMEIA$                   117,022,067
Outbound to Japan$                       3,753,733
Grand Total$                   657,471,271

 

 

 

vjnvinod
Impactful Individual
Impactful Individual

@v-yuezhe-msft@Greg_Deckler

 

Hi Guys,

 

any feedback or suggestion!? please find the below link where i have saved my workings in excel,with my expected results.

if its not possible, do let me know, i am counting on your feedback.

https://www.dropbox.com/s/69om7xsw0bujip4/Global%20TMT%20Engagement%20Data%20Extract%20FY17%20P12%20...

 

Apprecaite your help

 

Regards, vinod

@vjnvinod,

Please check the following PBIX file.
https://1drv.ms/u/s!AhsotbnGu1Nok0vXHolWAqtNDbXz

Regards,
Lydia

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

@v-yuezhe-msft

 

Hi Lydia,

 

thanks for taking your time and responding back, note that the view which you have created, i already have that view in my dashboard, unfortunately this doesn't helps, as the user has to select manually the 2 dropdowns to summarise the inbound and outbound revenue for a single region

what i am looking is a  combined  (joint ) view of those 2 matrix (which is in the PBIX file you have shared)  in Power BI using just only one dropdown (Delivery and HQ region should act as one dropdown), see the below snapshot of expected result. is it possible to create a view like this?

Expected view in Power BIExpected view in Power BI

@vjnvinod,

Please check this modified PBIX file.
https://1drv.ms/u/s!AhsotbnGu1Nok007gxKrCnmc4N8Q

Regards,
Lydia

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

@v-yuezhe-msft

 

had a chance to check, this helps but i see the matrix display is still 2.

is there a way we can have a single view covering those 2 matrix/table?

 

thanks for your help as always.

 

Regards, vinod

vjnvinod
Impactful Individual
Impactful Individual

@v-yuezhe-msft

Also i see that you have created 3 tables, out of which 2 tables are created (duplicated) to set the relation between HQ and Delivery.

The sample i have shared with you doesn't have many coloumns, note that the actual data set has 100+ coloumns, that means if we duplicate and set a relationship, i was wondering whether it will have performance issue or not.

 

Regards, vinod

 

 

@vjnvinod,

You can use DAX instead to create the new tables.  I haven't found any method to put all the data in a single Matrix visual and filter it using a single slicer.

https://1drv.ms/u/s!AhsotbnGu1Nok0_5dfG96lEqpQr_

Regards,
Lydia

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

@v-yuezhe-msft@Greg_Deckler

 

thanks Lydia, appreciate your feedback.!

is that something we can submit as an idea to implement in Power BI?

 

at the moment i can use the option you have shared, but i still see challenges regarding the position of the matrix. if you see with the selection of the region, this matrix position keeps moving its position and don't fit appropriately and makes it looks weird. i have applied the lock option in the power BI but still it does really helps.

 

may be if you have solution for this, do let me know

 

 

vjnvinod
Impactful Individual
Impactful Individual

@v-yuezhe-msft

 

Hi Lydia,

 

Can you please help checking when i select a region, my outbound details (lets say filter of Northeast region) are not interacting with my Pie chart and the table.

please find below the scrubbed PBIX file

 

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

 

thanks for your help as always

 

 

@vjnvinod 

 

Were you ever able to find a solution or workaround? We also have a similar issue regarding auto-populating filters and are interested.

 

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.