{Fixed [For_Init], [For_Year], [Prod_Seg] : SUM({Fixed [For_Init], [For_Year],[Prod_Seg]: MIN (IFNULL ([UW Forecast]*[UW Factor], 0))})}
I have tried it the following expression,
Var a = CALCULATE(
MIN(TableName[UW Forecast] * TableName[UW Factor]),
ALLEXCEPT(TableName, TableName[For_Init], TableName[For_Year], TableName[Prod_Seg])),
Return if(ISBLANK(a),0,a)
However it is not working as expected, can you help me the correct way of doing it please?
New contributor
Addis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.