Forum Discussion

russds's avatar
russds
Frequent Visitor
4 years ago
Solved

Not summing parent aggregations

I would like produce a measure that does not aggregate the child values, but only the parent.  Like this example:      What I want is to get the value 68 (168-100) instead of 404 which is ag...
  • v-kkf-msft's avatar
    4 years ago

    Hi russds ,

     

    Please try the following formula:

     

    Measure = MIN('Sample'[Available Hours]) - SUM('Sample'[Allocated Hours])

     

    If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.

    Best Regards,
    Winniz

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.