Forum Discussion

EaglesTony's avatar
EaglesTony
Post Prodigy
9 months ago
Solved

Pie chart calcuation incorrect

Hi,     I have a table with a field called "ApplicationValidated" and it is a column set to either "Yes" or "No".     I have another field in the same table called "Domain".     I have a total ...
  • DataVitalizer's avatar
    9 months ago

    Hi EaglesTony 

    The issue is with how you set up the Values field, right now you’re using Count of Domain, which counts distinct domain values, not the number of applications and that’s why the percentages are off.

     

    In order to fix it follow these steps:

    • Put ApplicationValidated in the Legend.

    • In Values, use Count of ApplicationValidated (or another unique application ID/row count).

    • Leave Details blank.

    This way the pie chart will count each application correctly and show 8 “Yes” vs 1 “No,” giving you 89% vs 11%.

     

    Did it work? 👍 A kudos would be appreciated
    🟨 Mark it as a solution to help spread knowledge 💡

     

    🟩 Follow me on LinkedIn