Forum Discussion
Pie Graph not interacting with card
Hi everyone,
I received an already worked powerbi Model, I'm not that comfortable with the data base that it's using but i'm trying to make it work, I've searched other posts with no luck since I've seen problems like this one rely more on interactions between graphs or filters, I believe my problem unfortunately might be data configuration.
Problem is that when I select one piece of my pie chart my card doesn't interact
Data base example
| Month | General Aviation Passengers | Comercial Passengers |
| January | 100 | 500 |
| February | 200 | 300 |
| ... | ... | ... |
| .... | .... | ... |
I've tried my pie graph with:
a) dragging both columns
b) creating 2 measures
I've tried my card with:
a) A measure by adding the 2 measures
b) A measure by using SUMX with both columns
Still haven't found a way to make it work with this combinations.
Interactions are working properly since I can choose a month and it interacts perfectly problem relies only between pie chart and card.
If you have any ideas i would appreciate it, thank you!
9 Replies
- TheoC
Community Champion
Hi Anonymous
There can be a few reasons for this but if you received the model as is, then just check that:
1. Your pie graph data is from the same table as the KPI card. If this doesn't work, go to 2.
2. Click on your pie graph, then go into the ribbon and go to Format tab. The first button on the left in the Format tab is the "Edit Interactions" button. Please click this. Once clicked, look at the Cark visual to see whether there is a no filter sign. If it is on no filter (the blue circled one), then click the "filter" icon on the card visual (one of the others) so that there is an interaction between the two.
Hope this helps!
Theo
- AnonymousNot applicable
Thanks for the support TheoC,
Yup I only have one data table, and I created one for time functions.
I tried interactions proposal with no luck, unfortunately I believe I'll have to live with no interaction or modify data base to have only one column with both passenger types.