Forum Discussion

Paridhisharma's avatar
Paridhisharma
Frequent Visitor
8 years ago
Solved

Calculate Percentage

  HI, Below is the data:   We are getting incorrect values in visualization as its calculating average of all rows for the month     Expected result:   currently we are usin...
  • Greg_Deckler's avatar
    8 years ago

    I am willing to be that because you do not have aggregates in your formula that you implemented this as a calculated column? Which means that you must be doing some weird sum or average in your visual? If you implement your formula as a measure it will work correctly, I checked.

     

    Measure 4 = SUM(Incidents[Total Met SLA])/SUM(Incidents[Total Closed])

     

    For future reference, please post your sample data in something that can be copied and pasted. Makes it way easier than manually typing it in by hand from an image.