Forum Discussion

arunaramana's avatar
arunaramana
Icon for Helper III rankHelper III
4 years ago
Solved

automatically CALCULATE() function is surrounded to a measure when it is inovked in a DAX expression

Hello There,  I found the following information when going through the "Context Transition" documentation by "Alberto Ferrari /SQLBI". Would anyone please help me understand?   It is worth rememb...
  • jdbuchanan71's avatar
    4 years ago

    When you start working with iterators it is important to remember to use CALCULATE in order to trigger context transition.  If you use a measure you don't need to include that.  Because the 3rd measure uses another measure in the iteration your don't need the CALCULATE around it to get the correct answer.