Forum Discussion
How to change the visuals based on Drop down selections
Anonymous Please have a look into this similar thread that was already answered.
https://community.powerbi.com/t5/Desktop/Column-Selection-in-matrix-table-visualization/m-p/543950
Hi Manohar,
Thank you for the quick response.
I have reviewed your suggestion(link).but the problem here is I am not using any of the columns present in the visual (table) for drop down. My drop down has different column and my visual columns are different.
Please suggest
Regards,
Dkd
- PattemManohar7 years ago
Community Champion
Anonymous In that case, then you need to create a lookup table with the all the columns you want to link with for a particular code (which you are using in the dropdown).
For Example :
abc c1
abc c2
abc c3
xyz c1
xyz c2
etc...
Then link this lookup table to the main table (which you need to unpivot as per the link posted above). You might need to have a bridge table to avoid many to many relationships on columns link.
Please try and let me know how it goes !