Forum Discussion

matout's avatar
matout
Helper I
5 years ago
Solved

Balance sheet number formatting

Hello,

 

I have a tablet that show the balance sheet of a company, where revenue and expenses are shown, to calculate profit or loss.

 

The client needs this specific requirments of having all the expenses shown as numbers between brackets (###,###.##)

 

Any idea how I can achieve this.

I tried having a calculating column where I can enter the type of the item in the balance sheet (expense or revenue).

But I am stuck of having the conditional formatting works as a condition of different column.

 

Please help

  • Hi matout 

     

    Try this measure:

     

    Expences between brackets =
    FORMAT ( MAX ( 'Table'[expenses ] ), "($#,##0)" )

     

    Output:

     

     

     

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

    Appreciate your Kudos  !!

1 Reply

  • Hi matout 

     

    Try this measure:

     

    Expences between brackets =
    FORMAT ( MAX ( 'Table'[expenses ] ), "($#,##0)" )

     

    Output:

     

     

     

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

    Appreciate your Kudos  !!