Forum Discussion

npatten's avatar
npatten
Helper II
9 years ago
Solved

Calculated Table with the same values as a Table Viz

Hi--   I'm trying to teach myself how calculated tables function. I'm trying to create a Calculated Table that consolidates totals the same way that I'm currently getting using the Table viszualiza...
  • Vvelarde's avatar
    Vvelarde
    9 years ago

    hi npatten

     

    With your Summarize Column you are grouping the values of each 3 columns with unique values.

     

    You need to change your Summarize Columns to:

     

    Table = SUMMARIZECOLUMNS(Received[Appeal Division], Received[Appeal Revenue Program],"ASARECEIVED",Sum(Received[ASAReceived]))