Forum Discussion
Pie Graph not interacting with card
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.
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