Forum Discussion

PlastiquesMoore's avatar
PlastiquesMoore
Regular Visitor
6 years ago
Solved

NaN error message

Hello to all,   I am pretty much new to Power BI and loving it! I'm still getting used to the Power BI terminology so please bare with me.   This is my Dax formula and I'm getting some "NaN" resu...
  • PlastiquesMoore's avatar
    6 years ago

    Your formula gave me a DAX error. Figured it out to this. Thanks very much for the help!

     

    PPM Externe Médical % Variance = DIVIDE((CALCULATE(SUM('Quality (Actuel)'[External PPM - Medical Actuel])-(SUM('Quality (Planifié)'[External PPM - Medical Planifié]))));(SUM('Quality (Planifié)'[External PPM - Medical Planifié]));0)