Forum Discussion
szub
6 years agoHelper III
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...
- 6 years ago
Try this:
CALCULATE('Table'[Claim Count],'Table'[Branch] IN {"Branch A", "BranchB", "BranchC")
Let me know if that works,
Kerry