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/
Stachu
7 years agoCommunity Champion
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
Thank you very much !