Forum Discussion

admin_xlsior's avatar
admin_xlsior
Post Prodigy
4 years ago
Solved

Negative value

Hi,

 

This is some kind of weird question. As we know negative value is "impossible" in Pie or Donut chart, what are the other options except the good 'ol bar / column chart ? I mean a visual that look different then that, but it is good and nice to see for negative value. 

 

Or is there any "pie chart like" that somehow able to show negative ? Just pushing my luck 🙂

 

Thanks.

  • Hi admin_xlsior ,

     

    So the final visual you want is a pie chart and with the result of negative number. Did you try to adjust the values of the pie chart in order to display the negative number. I mean replace it by measure.

    Maybe the expression you can refer as below.

    Measure =
    ABS ( SUM ( 'Table'[values] ) )
    

    My orgianl data:

    Comparison of values directly and measure result:

     

2 Replies

  • v-chenwuz-msft's avatar
    v-chenwuz-msft
    Community Support

    Hi admin_xlsior ,

     

    So the final visual you want is a pie chart and with the result of negative number. Did you try to adjust the values of the pie chart in order to display the negative number. I mean replace it by measure.

    Maybe the expression you can refer as below.

    Measure =
    ABS ( SUM ( 'Table'[values] ) )
    

    My orgianl data:

    Comparison of values directly and measure result: