Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a pivot table where I display gross profit for product A and product B by year and month.
The dimension has in it's rows the name of the product so my pivot table looks like this:
Gross Profit - A | Avalue2021 | Avalue2022 | ...
Gross Profit - B | Bvalue2021 | Bvalue2022 | ...
How can I create a new line that makes the sum of these 2 lines and name it just "Gross Profit"? Is it possible?
Gross Profit | Avalue2021 + Bvalue2021 | Avalue2022 + Bvalue2022 | ....
Thank you:)
The reason is that my measure should include all the dimensions, as @sunny_talwar says here. Thank you for that Sunny!
like this?
Yes...except the fact that for me is not working like that:( If I activate totals for Product nothing happens, and if I activate them for Period the result is displayed as a column not as a row and it doesn't do what I want...any other ideas?
The reason is that my measure should include all the dimensions, as @sunny_talwar says here. Thank you for that Sunny!
@BogdanT18, what is your measure? If you only use sum, what i showed you should work fine.
Another option is to add a dummy dimension like below. This is the fastest option if you have multiple dimensions in your pivot table and the user potentially wants to change the order of the dimensions.
(Otherwise you have to check the total check-box for all row-dimensions. The check box is only visible to the first dimension, so it will take a lot of rearranging of columns both when developing and testing.)