Forum Discussion

Sriku's avatar
Sriku
Helper IV
4 years ago
Solved

Formatting Currency without bracket

Hi All,

 

I need a help here. I want to format  currency for -ve it should shows as " - $ 0.10 "  and  +ve  should show as " $0.10"

 

Thanks in Advance

2 Replies

  • Samarth_18's avatar
    Samarth_18
    Community Champion

    Hi Sriku ,

    Try this:-

    Column = FORMAT('Table'[Column1],"$####0;-$####0")

     

    Thanks,

    Samarth

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Sriku ,

     

    Please use another $ format:

     

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