Forum Discussion
JRock2326
3 years agoNew Member
Summation Help
Hello, I'm having some trouble getting the proper total on my table visualization. My measure is below: I would like my table to show the simple_valuation except in a few specific s...
Ahmedx
3 years agoSuper User
you need to create another measure and there
use function SUMX
= SUMX ( 'tbl', [Valuation])
---- 'tbl' it depends what columns you have in your matrix------