Forum Discussion
mmills2018
Helper IV
5 years agoMatrix total and kpi card
I have a matrix table that shows 32.5 for a grand total. I created a KPI card and i am using the same measure I used in my matrix that got me 32.5, but in my KPI card it shows 32.6. any ideas why? ...
mmills2018
Helper IV
5 years agomy measure is a sumx, could that be the issue?
Headcount Measure = SUMX (
FILTER ( Goals, Goals[Management Level] IN VALUES ( 'Snapshots (Prod)'[Management Level (groups)] ) ),
((Goals[Headcount])))
mmills2018
Helper IV
5 years agoHi Anonymous - did you get a chance to look into this?