Forum Discussion

dgdgdg122db's avatar
dgdgdg122db
Helper II
4 years ago
Solved

sum each Distinct counts base on slicer

Hello,  I have a measure that calculates the distinct count of customers  CALCULATE(DISTINCTCOUNT(Orders[CustomerID]))   In my report, there is also a Segment filter ( Segment X,Y,Z) , and cust...
  • dgdgdg122db's avatar
    4 years ago

    I figured out, this can be done using Sumx founction