Forum Discussion
Tiff
7 years agoHelper I
Created mesure is wrong
Hi everyone ! On a report, I created two mesures, and the change with the filters (6 filters). Then, I want to have a percentage, so I divide mesure1 by mesure2 : newMesure = [mesure1]/...
- 7 years ago
you can adjust the second measure with TREATAS/INTERSECT
https://www.sqlbi.com/articles/propagate-filters-using-treatas-in-dax/
Tiff
7 years agoHelper I
It's really strange...
I tried with newMesure = DIVIDE(Mesure1;Mesure2;1), and the result is different from newMesure = Mesure1/Mesure2 !
However, the filters applied are the same....
Thx for your help...