The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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