Forum Discussion

aicirtap027's avatar
aicirtap027
Frequent Visitor
7 years ago
Solved

Error: The function SUM can not work with values of type String

Hi All,   I am trying to create a measure but i encountered error when trying to put this on the values of a visualization. I need to measure the metric "A2R GPI 4" then sum the client on it. Pleas...
  • aicirtap027's avatar
    7 years ago

    Already fix my problem.

     

    I created this formula 

    GPI 4 = SUMX(FILTER('Source Dump','Source Dump'[Metric]="A2R GPI 4"),'Source Dump'[Client])