Forum Discussion

jeffgarlisch's avatar
jeffgarlisch
Helper I
7 years ago
Solved

SUMMARIZE Error

Hi All, 

 

Im having a bit of an issue with using the summarize function. My syntax matches every example I can find but i still keep recieving an error. 

 

Here is my Code: 

 

AggEom = 
SUMMARIZE(EOMCommonItemPLFormat,
    EOMCommonItemPLFormat[MonthCode_FK],
    "Gross Volume",SUM(EOMCommonItemPLFormat[TotalGrossAmount]))

Here is the Error I recieve:

 

 

Any help is appreciated!

4 Replies