Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Dax FORMAT question

Hi,

 

Can anyone help me with the FORMAT code  format these figures to 2 decimal places  - e,g. I want the first figure to be -£0.59

 



Currently the "0" is missing before the decimal place

 

Thanks!

 

Alex

  • Anonymous's avatar
    Anonymous
    5 years ago

    Sorry I realise now my question wasn't very clear!

    I found what I was looking for though it's this:

    FORMAT = (Value,"£0.00")

2 Replies

  • Anonymous you can select the format of currency and make the decimal places to 2

     

     

    Check my latest blog post Improve UX: Show Year in Legend When Using Time Intelligence Measures | PeryTUS IT Solutions  I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!

    Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.

     

     

  • Anonymous's avatar
    Anonymous
    Not applicable

    Sorry I realise now my question wasn't very clear!

    I found what I was looking for though it's this:

    FORMAT = (Value,"£0.00")