Forum Discussion

Ranjith_96's avatar
Ranjith_96
Icon for Helper I rankHelper I
3 years ago
Solved

CALCULATE function behaviour

Hi Power BI Community, This is my DAX ChairsSales = CALCULATE(SUM(Orders[Sales]),Orders[Sub-Category]="Chairs")  Please refer the below image, I have written the Sub Category = Chairs in the CALU...
  • parry2k's avatar
    3 years ago

    Ranjith_96 if you understood it correctly, tell me what is the expected output of the following measure if you put it in the matrix visual. Try to answer it without actually testing it in your visual, If you are able to answer, it means you understood the concept.

     

    ChairsSales = CALCULATE(SUM(Orders[Sales]),Orders[Category]="Furniture")