Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can i use the below expression ?
sum({<TM>}[Square Feet])
here both TM and [Square Feet] are columns.
Depends on what you are trying to do here?
Yes you can use. Question is what you are trying to achieve?
Here it means, sum the [Square Feet] by ignoring selection of field TM
Yes
sum({<TM>}[Square Feet])
or
sum({<TM=>}[Square Feet])
I am trying to get the sum of [Square Feet] for TM
I am trying to get the sum of [Square Feet] for TM
I am trying to get the sum of [Square Feet] for TM
Assuming that TM is a value of a dimension, you could use the following
sum({<YourDimension={'TM'}>}[Square Feet])
do you mean all the values of TM?
TM itself is a dimension.