good morning all,
please,
i have a measure to calculate the variation of sales by month;
Solved! Go to Solution.
Hi @Sofinobi
please try
Count Negative =
SUMX ( VALUES ( Customer[Customer ID] ), INT ( [Sales Variation] < 0 ) )
Hi @Sofinobi
please try
Count Negative =
SUMX ( VALUES ( Customer[Customer ID] ), INT ( [Sales Variation] < 0 ) )
thank you so much my friend, it works perfectly, this way i dont need to create a calculated column.
thanx again