Forum Discussion

romovaro's avatar
romovaro
Responsive Resident
3 years ago
Solved

Filters

HI all,   I have a question regarding a filter:     I have a column called "Region of Implementation Consultant" I need to create a Region filter to see if number of regions in the scope ...
  • romovaro's avatar
    romovaro
    3 years ago

    HI Stephen

     

    I got the solution.

     

    # of Regions=

    CALCULATE (

        DISTINCT COUNT ('Weekly Slippage' [Region of Implementation Consultant] ),

         ALLEXCEPT ('Weekly Slippage' ,'Weekly Slippage' [CID] )

    )

     

     

    thanks anyway