I'm trying to build a Pivot table out of 4 tables that i have loaded in PowerPivot. the information in the rows of the Pivot is like this: Region account Products
One of the tables has the forecasted values for all 4 quarters for each Region but when i add it as Sum Values it repeats the entire number for each product but i just want the total. Is there a way to fix it without having to change the color of the font to white to hide it?
it would be best for these to be actual calculated fields rather than implicit calculated fields (i.e. dropping the column onto the pivot table). This way you can utilize the isfiltered function to drive what you are looking for.
i.e. if your data is at this granularity:
Region Customer Product Ext_Sell_Price Q1 Q2 Q3 Brazil Acuntia 39XX 17246 743799 672599 748339 Brazil Acuntia 51XX 130918 743799 672599 748339
or you have the sales table and a region forecast table with a relationship to the sales table, you could check to ensure customer/product were not filtered in order to show the forecast: