Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
admin_xlsior
Post Prodigy
Post Prodigy

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.

1 ACCEPTED SOLUTION
v-chenwuz-msft
Community Support
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:

vchenwuzmsft_0-1645692122210.png

Comparison of values directly and measure result:

vchenwuzmsft_1-1645692217449.png

 

View solution in original post

2 REPLIES 2
v-chenwuz-msft
Community Support
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:

vchenwuzmsft_0-1645692122210.png

Comparison of values directly and measure result:

vchenwuzmsft_1-1645692217449.png

 

amitchandak
Super User
Super User

@admin_xlsior , Visual with y Axis can be used like, Line, Area, Scatter etc

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors