Forum Discussion
LauraCawdronDav
5 years agoHelper I
Measure: adding two card values together
Hi! I'm looking to create a measure which adds the value of two filtered cards together, I will then use the measure to conditionally format the cards. I'm assuming I need to include the filters wit...
amitchandak
5 years agoSuper User
LauraCawdronDav , Not very clear.
If date slicer is joined to table or from table column, that will filter it
And a measure like
calculate([Total of Estimated value], filter(Table, Table[Status] ="Won" && Table[Temperature] ="Hot"))