The following measure
var growth =
IF([value]>0,"up by ",
IF([value]=0,"flat at ",
IF([value]<0,"down by ")))
With the above measure the values -0.1 or -0.001, etc are shown as down by while it should be shown as flat at.
Please let me know how to fix this on PowerBi