Forum Discussion
Anonymous
3 years agoNot applicable
Summing a measure
Hi All, Hope everyone is having a good weekend. I am having a hard time summing a measure, hoping someone can help me. The measure I have on a metrix visual is: Greater than 3 Days = IF([Networ...
- 3 years ago
Hi Anonymous
please try
Greater than 3 Days =
SUMX ( VALUES ( 'Table'[Name] ), IF ( [NetworkingDays] > 3, 0, 1 ) )
tamerj1
Community Champion
3 years agoHi Anonymous
please try
Greater than 3 Days =
SUMX ( VALUES ( 'Table'[Name] ), IF ( [NetworkingDays] > 3, 0, 1 ) )