Forum Discussion

JustinDoh1's avatar
JustinDoh1
Icon for Post Prodigy rankPost Prodigy
5 years ago
Solved

Argument '5' in SUMMARIZE function is required

I am trying to figure out what I am missing here: I am getting error message saying 'Argument '5' in SUMMARIZE function is required'       Refused_Consented_ForRefusedStep2 = VAR __Clie...
  • Greg_Deckler's avatar
    5 years ago

    JustinDoh1 In your first SUMMARIZE, get rid of the extra comma. Also, you don't really need SUMMARIZE if you are filtering down to just one value but that's not why you are getting the error.

    "__ImmunizationDate",SUM(Table1[ImmunizationDate]),