Forum Discussion

szub's avatar
szub
Helper III
6 years ago
Solved

How to get a count based on multiple criteria.

Hello, I am working on metrics and some of our branches do not collect all of the same data.  So, I am trying to have the metrics reflect  only those records where the information is populated.  For...
  • Kerrymr's avatar
    6 years ago

    Try this:

    CALCULATE('Table'[Claim Count],'Table'[Branch] IN {"Branch A", "BranchB", "BranchC")

     

    Let me know if that works,

    Kerry