Forum Discussion

jurgenvd's avatar
jurgenvd
Helper I
8 years ago
Solved

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...
  • v-yulgu-msft's avatar
    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