Forum Discussion

Visar's avatar
Visar
Frequent Visitor
7 years ago
Solved

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(...
  • PattemManohar's avatar
    7 years ago

    Visar Please try this...

     

    CALCULATE(SUM('MyDataSet'[Sessions]),FILTER('MyDataSet','MyDataSet'[Medium]="organic" && 'MyDataSet'[Page path level 1] = "/coloration"))