Forum Discussion
Tiff
Helper I
7 years agoCreated 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
Community Champion
7 years agoyou can adjust the second measure with TREATAS/INTERSECT
https://www.sqlbi.com/articles/propagate-filters-using-treatas-in-dax/
Tiff
Helper I
7 years agoThank you very much !