March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
146 | |
97 | |
79 | |
69 |