Forum Discussion
RobbSalzmann
3 days agoValued Contributor II
No need to calculate columns. The total is already in your cube.
Add a second column after your E#GroupEntity.Base column called GroupEntity Total.
Use member filter E#GroupEntity.Name(GroupEntity Total)
The .Name(GroupEntity Total) part puts "GroupEntity Total" as the column header for your total. You can change that to anything you want.