Forum Discussion

GhadaMehrez's avatar
GhadaMehrez
Icon for Helper III rankHelper III
4 years ago

Add filter to DAX measure

Any help on how to fix this expression, I want to add a filter to the measure:

 

..Duration Flag and % ETC v3 are Measures not table.

 

% ETC V3 =
DIVIDE(
[ETC This Year],
CALCULATE(
Sumx(FILTER(Projects, [fls_actualenddate], [fls_actualstartdate], [Duration Flag] Short Term),
ALL('Projects'[fls_StrategyThemeName]),
)
)

2 Replies