Hi,
I have a table view like this in my model driven power app
Depratment | Number of Employee | Number of Project |
Dept 1 | 150 | 32 |
Dept 2 | 100 | 25 |
Now I want to add number of employee of each department and number of project of each department. I want to show it as below
Depratment | Number of Employee | Number of Project |
Dept 1 | 150 | 32 |
Dept 2 | 100 | 25 |
Grand Total | 250 | 57 |
How can I show this in the table. If anyone can help me on this that would be helpfull for me to complete my task
Thanks
Praajna