Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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.
Solved! Go to Solution.
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:
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:
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.