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

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.