Forum Discussion
morther
8 years agoHelper I
Finding the difference between two columns
This CPC column is filtering as I need it to, and there are no errors. CPC = CALCULATE( COUNT(ImportCubicPM[CPC]), FILTER(ALL(ImportCubicPM[CPC]), ImportCubicPM[CPC] = "MP-MONTHLYPM-PM-")) ...
jbocachica
8 years agoResolver II
But you are trying to get the difference between a Column and a Measure?, is CPC a Column or a Measure?, if it's a Column, you should create a Measure to achive that.
Regards
- morther8 years agoHelper I
CPC is a column, but Drive_Station[TotMP] is a measure.