Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Change sum in Pivot-table

Hi!   I need help in creating a measure to calculate a PnL in a Pivot Table format. I have a account hierarchy structured so that it can easily be displayed as a pivot table, however I want to chan...
  • v-piga-msft's avatar
    v-piga-msft
    7 years ago

    Hi Anonymous,

     

    Sorry for my mistake. Here is the measure I refer to the measure2.

     

    Measure = CALCULATE(SUM(Table1[Belopp]),ALLEXCEPT(Table1,Table1[K1 ID],Table1[Date]))

    From your image, it seems that you have a date column in Column field in matrix, but I cannot find the date column in your sample data.

     

    The attachment is the sample pbix which I tested to reproduce your scenario, please have a reference.





    And when you say that the sum can not be shown where the grand total is shown, do you mean the subtotals as well then? (the marked numbers in the attached pictures)?

    Yes, we cannot show the measure to the position of subtotals in the matrix.

     

    Best  Regards,

    Cherry