Forum Discussion

Tommyvhod's avatar
Tommyvhod
Icon for Helper II rankHelper II
6 years ago
Solved

Issue with meaure total

Hi All  I created a measure to make a weighted average in production. The formula works but the total of measure is not correct. I have found multiple topics about this but I was unable to modify t...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Hi Tommyvhod ,

     

    Below one may work for you, but it might be a bit slow

    Sum = 
    	SUMX(
    		KEEPFILTERS(Values(Data[Operacia]))
    	,
    		CALCULATE([allsum])
    	)