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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
I have a column with both positive and negative values. I want Power BI to show all the valus as negative. How do I do that?
Solved! Go to Solution.
Hey @trndlnd ,
then create a DAX measure like so:
All negative (ms) =
SUMX( 'All Negative' , ABS( 'All Negative'[Value] ) * -1 )
Regards,
Tom
Hey @trndlnd ,
you can use PowerQuery to create a custom column like so:
the formula:
Number.Abs([Value]) * -1
The table will look like this
Hopefully, this provides what you are looking for.
Regards,
Tom
Hey @trndlnd ,
then create a DAX measure like so:
All negative (ms) =
SUMX( 'All Negative' , ABS( 'All Negative'[Value] ) * -1 )
Regards,
Tom
Sounds like this would solve my problem, but I am in DirectQuery mode, so PBI won't let me create a custom column like this.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 132 | |
| 88 | |
| 82 | |
| 68 | |
| 64 |