IF ([CurrentLevel] = 1, CALCULATE(SUM([Amount])/1000000, tblAccountRollupNew[SignAtLvl1] = 1,tblAccountRollupNew),0)
The problem is that tblAccountRollupNew[SignAtLvl1] = 1 does not seem to affect the formula at all. I could write tblAccountRollupNew[SignAtLvl1] = 9999 and stil get the same result. I have numbers coming through so I know it is calculating. I could remove the second filter too and it will behave like there are not filters at all.
What's going on?
The problem is that tblAccountRollupNew[SignAtLvl1] = 1 does not seem to affect the formula at all. I could write tblAccountRollupNew[SignAtLvl1] = 9999 and stil get the same result. I have numbers coming through so I know it is calculating. I could remove the second filter too and it will behave like there are not filters at all.
What's going on?