Reusing DAX variable in another calculation
I have:
var calc = CALCULATE([AMeasure], [SomeProperty] = 1)
Is it possible to extend this in another calculation without making calc
a measure, i.e:
var nextCalc = CALCULATE(calc, [SomeOtherProperty] = 2)
Topic powerbi
Category Data Science