Forum Discussion
change IRR formula
Hi all,
Ik have ameasure with the following calculation in it
Hi Anonymous ,
I am not clear about your requirement, if you want to use a conditional expression, you could try below to see whether it work or not
Measure = IF(ISERROR(XIRR( T1, [Payment], [Date] ) ), 0,XIRR( T1, [Payment], [Date] ) )If this is not waht you want, please correct me and inform me more detailed information.
Best Regards,
Zoe ZhiIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
1 Reply
- dax
Community Support
Hi Anonymous ,
I am not clear about your requirement, if you want to use a conditional expression, you could try below to see whether it work or not
Measure = IF(ISERROR(XIRR( T1, [Payment], [Date] ) ), 0,XIRR( T1, [Payment], [Date] ) )If this is not waht you want, please correct me and inform me more detailed information.
Best Regards,
Zoe ZhiIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.