Forum Discussion

Nagesh20's avatar
Nagesh20
Icon for Helper I rankHelper I
2 years ago
Solved

XIRR error as starting number is zero

Hi,   I am trying to calculate XIRR for the below table. It's getting error as starting  number is zero. Please suggest on the below formula how to hide zero in the calculation rather than sorting ...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Nagesh20 ,

     

    You can create a measure as a judgment condition. Refer to the following formula:

     

    a = IF([Total]= 0, 0.0001, Table2[Total])

     

    Best Regards,
    Adamk Kong

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.