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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
rolopezteteruk
Frequent Visitor

Negative values aren't supported and are being displayed as absolute values BUT NO NEGATIVE VALUES

Hi! I'm trying to create a report with two tables, one is Companies and the other is Specialities, I can create a pie chart for each company with every speciality and all but when I connect them it stops working and throws this error: Negative values aren't supported and are being displayed as absolute values BUT NO NEGATIVE VALUES

3 REPLIES 3
Syndicate_Admin
Administrator
Administrator

You were able to solve it, I have the same case

pranit828
Community Champion
Community Champion

Hi @rolopezteteruk ,

The final chart you need is pie chart with negative number. Take the absolute value of the column to display in the pie chart.

You can create a measure as below and use it in the chart.

pranit828_0-1680202919602.png

 

 

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

 





PBI_SuperUser_Rank@1x.png


Hope it resolves your issue? 
Did I answer your question? Mark my post as a solution!

Appreciate your Kudos, Press the thumbs up button!!
Linkedin Profile
rolopezteteruk
Frequent Visitor

 I try with linebars and table and it doesn't show any data either

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.