Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

DAX Measure Summarize error

Hi Experts

 

I cannot see where my error is on the following Summarizse, SumX DAX measure

 

VAR _a = SUMX(
            SUMMARIZE(shc_practice_list,shc_practice_list[parent_external_hco_code],shc_practice_list[practice_name], "List", SUM(shc_practice_list[list_size])),[List])
  • Anonymous Well, you don't have a RETURN statement for starters. What is the error you are getting?

2 Replies

  • Greg_Deckler's avatar
    Greg_Deckler
    Community Champion

    Anonymous Well, you don't have a RETURN statement for starters. What is the error you are getting?

    • Anonymous's avatar
      Anonymous
      Not applicable

      DOH!!!! my bad