Nick_2510Helper I4 years agoSolvedcount all negative numbers I want to count all negative numbers by rows and in total...but it doesn't work in total M = SUMX ( VALUES ( Data[Name] ), IF ( [diff_AvSal_bal] < -1, 1, 0)) Show Moretamerj14 years agoNick_2510 Please tryCount of -ve = SUMX ( CROSSJOIN ( VALUES ( 'Date'[Date] ), VALUES ( Data[Name] ) ), IF ( [diff_AvSal_bal] < -1, 1, 0 ) )
tamerj14 years agoNick_2510 Please tryCount of -ve = SUMX ( CROSSJOIN ( VALUES ( 'Date'[Date] ), VALUES ( Data[Name] ) ), IF ( [diff_AvSal_bal] < -1, 1, 0 ) )
tamerj14 years agoNick_2510 Please tryCount of -ve = SUMX ( CROSSJOIN ( VALUES ( 'Date'[Date] ), VALUES ( Data[Name] ) ), IF ( [diff_AvSal_bal] < -1, 1, 0 ) )
tamerj1Community Champion to Nick_25104 years agoNick_2510 Do you have other active filters of the page or on the visual? any slicers? Any other table or other column invloved?
Related contentNegative numbers in the bracketsDate.AddDays not working with negative numbersConditional formatting negative numbers redIF Negative valueTransform to negative numbers