Forum Discussion

rdallimore's avatar
rdallimore
Frequent Visitor
8 years ago
Solved

Measure with conditions

Hi good people of the community!,   im looking to create a set of measures for my data set so i can capture trend on an ongoing basises inanother table - but im having a little trouble with the mea...
  • Anonymous's avatar
    Anonymous
    8 years ago

    Hi rdallimore

     

    Yes, based on the high level details you have given in the post, yes, you can use CALCULATE function with the DISTINCTCOUNT or SUM along with FILTER() as needed. For example:

    CALCULATE(DISTINCTCOUNT(Sales[Order ID]), FILTER(Sales,Sales[Product ID]=100))

     

    Post more details with sample data if you need exact solution.

     

    Thanks

    Raj