Forum Discussion
Visar
7 years agoFrequent Visitor
Function Filter with 2 arguments
Hello everyone, I have a data table like this one : I want to do a 3 lines chart to compare - Sessions - Session with a filter medium = organic =>Organic Sessions = CALCULATE(...
- 7 years ago
Visar Please try this...
CALCULATE(SUM('MyDataSet'[Sessions]),FILTER('MyDataSet','MyDataSet'[Medium]="organic" && 'MyDataSet'[Page path level 1] = "/coloration"))
PattemManohar
7 years agoCommunity Champion
Visar Please try this...
CALCULATE(SUM('MyDataSet'[Sessions]),FILTER('MyDataSet','MyDataSet'[Medium]="organic" && 'MyDataSet'[Page path level 1] = "/coloration"))- Visar7 years agoFrequent Visitor
Awesome Thanks !!