Forum Discussion
Mahmoodul
Helper I
4 years agoWrong totals
Hi guys
I have this
Goal_Max = MAX(ocb_global_misses_master_pkg[goal])
Goal_measure = SUMX(VALUES(ocb_global_misses_master_pkg[goal]),[Goal_Max])
but when I introduce this measure in a table, the total is wrong, Please help me
Thank you in advance
Goal_Max = MAX(ocb_global_misses_master_pkg[goal]) Goal_measure = SUMX(VALUES(ocb_global_misses_master_pkg[SubRegion]),[Goal_Max])
2 Replies
- FarhanAhmed
Community Champion
Goal_Max = MAX(ocb_global_misses_master_pkg[goal]) Goal_measure = SUMX(VALUES(ocb_global_misses_master_pkg[SubRegion]),[Goal_Max])- Mahmoodul
Helper I
Thank you FarhanAhmed
Its working fine for me now.