Can someone explain the difference in the results of the CALCULATE function when using it with and without FILTER function?
Given-below the scenario:
Measure21 = CALCULATE([A], 'FactTable'[Color]="Blue")
Measure12 = CALCULATE([A], FILTER('FactTable', 'FactTable'[Color]="Blue")