szakharov7723
Board Regular
- Joined
- Jun 22, 2018
- Messages
- 85
- Office Version
- 2019
- Platform
- Windows
Hello
Basically I want to have a pivottable like below[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 500"]
<tbody>[TR]
[TD]Center[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]4[/TD]
[TD]Total average of DT%[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Sum of DT%[/TD]
[TD]Sum of DT%[/TD]
[TD]SUM of DT%[/TD]
[TD]SUM of DT%[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Center Name[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Sorry if it looks messed, first time on forum.
The issue is I can't just put total average after pivot table, because once new week is entered this column will get destroyed.
As well as I can't make grand total calculate average, as then it will convert sum of DT% to average of DT%.
I tried to dig into DAX (powerpivot), but couldn't understand it.
I don't necessary need Total average of DT% to be in pivot table, but I just need it to be consistent and follow the design.
Can you please help me out.
Basically I want to have a pivottable like below[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 500"]
<tbody>[TR]
[TD]Center[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]4[/TD]
[TD]Total average of DT%[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Sum of DT%[/TD]
[TD]Sum of DT%[/TD]
[TD]SUM of DT%[/TD]
[TD]SUM of DT%[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Center Name[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Sorry if it looks messed, first time on forum.
The issue is I can't just put total average after pivot table, because once new week is entered this column will get destroyed.
As well as I can't make grand total calculate average, as then it will convert sum of DT% to average of DT%.
I tried to dig into DAX (powerpivot), but couldn't understand it.
I don't necessary need Total average of DT% to be in pivot table, but I just need it to be consistent and follow the design.
Can you please help me out.