Forum Discussion
Pie Graph not interacting with card
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
- Anonymous4 years agoNot 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.
- VahidDM4 years ago
Super User
Hi Anonymous
Can you share the measures that you used to set up the card? Did you use any All, removefilters,.... dax formulas in those measures to ignore the filter by PAX names?
Appreciate your Kudos!!
- Anonymous4 years agoNot applicable
Hi Vahid!
Measures I've tried different options for the measures of the card:
Opt 1. SUM X of the 2 columns
"Pax Totales = SUMX('Indicadores AIT','Indicadores AIT'[PAX AV COMERCIAL] + 'Indicadores AIT'[PAX AV GENERAL])"
Opt. 2 the sum of two measures (which are the ones that I use for the PIE GRAPH)
Pie Graph Measure 1 (Sum of column 1) =
Pax general = SUM('Indicadores AIT'[PAX AV GENERAL])Pie Graph Measure 2 (Sum of column 2)=Pax comercial = SUM('Indicadores AIT'[PAX AV COMERCIAL])Therefore mi card measure would be Measure 1 + measure 2Note: I have also tried to make the pie graph only dragging column values instead of the measures
- TheoC4 years ago
Community Champion
Hi Anonymous did you click on the KPI card to see if edit interaction was reversed?
- Anonymous4 years agoNot applicable
Yes, well actually there seems to be no interaction "from the card" I think this is beacuse there is nothing to filter from here since it is only a number. It only shows the filter icon that it can be affected by a year slicer.