Forum Discussion

chefe's avatar
chefe
Helper II
10 years ago
Solved

Simple pie chart does not work correctly (...)

Hi there,

 

please have a look at the following screenshot I took. It's a simple pie chart representing a numeric value separated by two categories (asset, liability).

 

When I want to visualise the SUM of the numeric values depending on categories, only 1 category (asset) is shown.

When I want to visualise the COUNT of the numeric values, it works fine and as expected.

 

What is the problem with in case 1?

 

No rocket sience here. Am I missing something? Any help is appreciated. Best regards, chefe

 

 

  • Anonymous's avatar
    Anonymous
    10 years ago

    Hi chefe,

     

       I think that you cannot visualize positive and negative values together in a pie chart. I tried with the datas you provided and I obtained the same result. If you want to use the pie chart the only way is to use the ABS() function over "Liability", or you may use the bar chart that fits better to this issue.

     

    #I'M Not An Expert#

  • Anonymous's avatar
    Anonymous
    10 years ago

    Hello chefe

     

    Just likeAnonymous wrote, you won't have any data with negative value. Keep in mind that each visual often come with business needs, not only to give a nice "look and feel".

     

    According to what I know Pie chart is not really use to compare subject, is much used to see proportions. Try to use others visuals, such as bar graph to display positive and negative values side by side.

     

    More generaly use the best visual according to your business need.

     

    regards,

     

    Sébastien

5 Replies

  • austinsense's avatar
    austinsense
    Impactful Individual

    Share the way you wrote your measures and the what the data looks like on your table ...

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hello chefe

     

    That's quite weird !

     

    Just like austinsense wrote, could you share us the column you want to sum (with their datatype)? It look like a non numeric column you try to sum (or the values from liability are all 0).

     

    Sebastien

    • chefe's avatar
      chefe
      Helper II

      Hello,

       

      I do not use a measure, but rather just use the column as it is. The data type of this column set to DECIMAL. 

       

      Below csv was exported via the "..." button in the upper right corner of the above on the ride side of my screenshot. 

       

      The chart shows only asset, but when I export it's data, both asset and liability is shown.

       

      Best regards, chefe

       

      Asset/liability,Sum of test
      asset,3048.7595457335524
      liability,-2140.3965090420174

       

       

      • Anonymous's avatar
        Anonymous
        Not applicable

        Hi chefe,

         

           I think that you cannot visualize positive and negative values together in a pie chart. I tried with the datas you provided and I obtained the same result. If you want to use the pie chart the only way is to use the ABS() function over "Liability", or you may use the bar chart that fits better to this issue.

         

        #I'M Not An Expert#