Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Please help: Deeper Sum Formula

I have a big table, data is:   ----------------------------------------- Date             City                   Store     Product             Price  Jan 01         Toronto              A        ...
  • Anonymous's avatar
    Anonymous
    2 years ago

    I use 

    Deno = Calculate(SUM('Table'[Price]), ALLEXCEPT('Table', 'Table'[Date], 'Table'[City]))

    to get the following picture: