Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Solved! Go to Solution.
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 !!
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 !!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 50 | |
| 43 |