Forum Discussion

Rao1991's avatar
Rao1991
New Member
2 years ago

how to display the column total same as row data values

We have data like below and need to disply the total same as like row data value..

 

 

data in PBI

 

ITEMIDnamevalueAmount
42AK   375,186.16
42BL   375,186.16
42CM   375,186.16
42DN   375,186.16
42EO   375,186.16

 

 

expected output:

need to display amount total based on item id

 

ITEMIDnamevalueAmount
42AK   375,186.16
42BL   375,186.16
42CM   375,186.16
42DN   375,186.16
42EO   375,186.16
Total     375,186.16

 

And if we remove the name and value, the expected out put would be lik this

 

ITEMIDAmount
42   375,186.16
Total   375,186.16

1 Reply

  • HotChilli's avatar
    HotChilli
    Icon for Community Champion rankCommunity Champion

    You can use an aggregation of MIN on the Amount. 

    What happens when there are different items in the table?