Forum Discussion

Alex_SD's avatar
Alex_SD
Frequent Visitor
9 years ago
Solved

Custom Format Measure column to add brackets/parentheses to negative numbers

Hi all,   My finance department has asked that the currency columns be format from -£5,000 to (£5,000) I've tried a few options but I can't get this to work when the column is a measure...   Var...
  • Greg_Deckler's avatar
    Greg_Deckler
    9 years ago

    Do it in two steps:

     

    Measure 2 = VAR myCalc = CALCULATE(100) RETURN FORMAT(myCalc,"£#,##0;(£#,##0)")