Forum Discussion

mlozano's avatar
mlozano
Helper III
4 years ago
Solved

Error Calculate

Hello, again looking for help in the community. I find myself building a SUMIFS, which sums the LE Volume field, grouped by region and category.   The DAX I have at the moment is the following:  ...
  • mlozano's avatar
    mlozano
    4 years ago

    I raised it in the following way and achieved the expected result.

    Do you think it is a good alternative?

     

        CALCULATE(
            SUM(Worksheet[LE Volume]),
            KEEPFILTERS(Worksheet[Month]=Worksheet[Month]), KEEPFILTERS(Worksheet[Category]=Worksheet[Category]))