felipesawFrequent Visitor3 years agoSolvedMonths with same value dax Hi, i need help to calculate a formula. Sum the months of same value in dax i need this result: =sum (MonthValue *MonthsApply) / total months In this example, would be: =((1000*2)+(2000*...Show MoreFreemanZ3 years agoHi felipesaw Try like:Measure = DIVIDE( SUM(TableName[Value]), COUNTROWS(TableName))
FreemanZ3 years agoHi felipesaw Try like:Measure = DIVIDE( SUM(TableName[Value]), COUNTROWS(TableName))
FreemanZ3 years agoHi felipesaw Try like:Measure = DIVIDE( SUM(TableName[Value]), COUNTROWS(TableName))
Related contentMonth over Month with multiple text valuesMonth to Month Flow CalculationRolling values for 3 monthsLatest Month valueValue 12 Months Ago