Forum Discussion
JosephOutlaw
9 years agoFrequent Visitor
Filter a Calculated Measure using a Dax formula
Is there a way to filter a measure using a dax formula? For example in the Dax formula below, using the Calculate function I am able to filter a column [INTERACTIONS PREVIOUS MONTH] .Intera...
JosephOutlaw
9 years agoFrequent Visitor
Thanks for the response.... the challenge is the Calculate function only accepts a column, not a measure. Even if I create a measure that did a Sum.... the Calculate function will only take a column not a measure
Greg_Deckler
9 years agoCommunity Champion
No, that simply is not correct. The first parameter in the CALCULATE function is an Expression and that can be a Measure. You can put a Measure in a CALCULATE as part of another Measure or a Calculated Column.