Forum Discussion
jurgenvd
8 years agoHelper I
Quick measure percentage difference shows incorrect value
Hi all i have a quick measure that divides the "Incidents closed" by the Opened incidents and it should show me the closure rate. For 1 row it is correct but for another row it gives wrong va...
- 8 years ago
Hi jurgenvd,
If you directly add this measure to visual, does it return correct results?
Percentage=DIVIDE([Incidents closed],[Incidents opened])
Above formula is generated automatically via Quick measure, right? Please manually create a measure with the same DAX code to test whether it can display expected result.
Regards,
Yuliana Gu
v-yulgu-msft
8 years agoMicrosoft Employee
Hi jurgenvd,
If you directly add this measure to visual, does it return correct results?
Percentage=DIVIDE([Incidents closed],[Incidents opened])
Above formula is generated automatically via Quick measure, right? Please manually create a measure with the same DAX code to test whether it can display expected result.
Regards,
Yuliana Gu
- jurgenvd8 years agoHelper I
hi v-yulgu-msft
It's working! Thank you so much.
No idea why the quick measures gives a wrong calculation.Thanks again !!