Forum Discussion

Martin_2's avatar
Martin_2
New Member
2 years ago
Solved

Issue with Decimal Separator in DAX Formulas ( function SQRT)

Hello,   I'm experiencing an issue with my DAX formulas in Power BI due to the decimal separator used in my locale.   In my locale, we use a comma (,) as the decimal separator. However, it seems ...
  • amitchandak's avatar
    2 years ago

    Martin_2 , First of all check what value is this giving

    (Pivot_Result[Average Lead time (Month)] * POWER(Pivot_Result[StdDeviation], 2)) +
    POWER((Pivot_Result[Average / Month] * Pivot_Result[Average Lead time (Month)]), 2)

     

    and is that a number and falls in the range of SRT

     

    if this part gives an error. means one of the value is not having correct data type