I sturugle with Dax problem I have data model which looks like that
The third measure is result of calculation
Measure 2/ Measure 1
What I'd like to do is sum of all result for one month
which is sum of elements for one month
At the moment I use simple DAX Divide (sum(Measure1) , sum(mesure2)