Forum Discussion

mafioso's avatar
mafioso
Helper II
8 years ago

Power BI Measure Calculation not working properly

I have this measure:  Test = CALCULATE( [M_EBIT Prod_AfA]; FILTER( ALL('Master'[Date]); ISONORAFTER('Master'[Date]; MIN('Master'[Date]); DESC) ) )   I know that MIN causes the problem b...