Forum Discussion
aicirtap027
7 years agoFrequent Visitor
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...
- 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])
aicirtap027
7 years agoFrequent Visitor
Already fix my problem.
I created this formula
GPI 4 = SUMX(FILTER('Source Dump','Source Dump'[Metric]="A2R GPI 4"),'Source Dump'[Client])