Format Negative Numbers In DAX Using Parenthesis Instead Of Negative Sign In Power BI
Here's a simple DAX formula that I learned from the forums on how to show the negative numbers into the Matrix Visual without negative sign but enclosed in parenthesis.
Cheers!
Month Sales Formatted = FORMAT([Month Sales Measure], "#,##0;(#,##0)")
Cheers!
Comments
Post a Comment