Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
79 | |
54 | |
39 | |
35 |
User | Count |
---|---|
102 | |
82 | |
48 | |
48 | |
48 |