Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
hi,
is there a way to format a loss or negative currency value to be in bracket & in red color e.g. ($100) ?
tls: -nik-
Hi,
Have you found the solution yet?.
If not, here is a solution for you. You can change the -100 into (100) for any currency as per below format.
To change it red, just use conditional formatting and use Rules
If your found this heplful, please vote..thanks.
Hi,
You would try to do this with a Measure
Measure:= IF (SUM(Value) <0, "("&LEFT(SUM(Value), LEN(SUM(Value))&")",SUM(Value))
thanks for your reply.
actually, i have this formula for my profit & loss
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.