Hi
I have 3 tables of data that each have a similar structure.
Example [North South Central ]
within each table we built a measure to add up the sales for that particular measures are similar while
Ex SumSalesNorth, SumSalesSouth, SumSalesCentral.
another measure was built which adds all the sales together with the intention of ONLY using that measure throughout the entire pivot table structure
[Ex SumSales= SumSalesNorth + SumSalesSouth + SumSalesCentral]
The issue is that when you use the measure "SumSales" against the products field of a particular table it will sum up the sales from THE OTHER TABLES (and add the value to the SUM)
Ex using the products as column from North and use SumSales as the measure add the data
I should get:
....... What I get .... what I want
Coats .......300 ...... 100
Scarfs...... 225 ...... 25
Gloves...... 210 ...... 10
as you see an extra 200 is being pulled in from the other 2 tables.
how do I filter such that the measure only adds data within that table (when it is being referenced) and does not add data when being pulled from external source
Thanks!!
I have 3 tables of data that each have a similar structure.
Example [North South Central ]
within each table we built a measure to add up the sales for that particular measures are similar while
Ex SumSalesNorth, SumSalesSouth, SumSalesCentral.
another measure was built which adds all the sales together with the intention of ONLY using that measure throughout the entire pivot table structure
[Ex SumSales= SumSalesNorth + SumSalesSouth + SumSalesCentral]
The issue is that when you use the measure "SumSales" against the products field of a particular table it will sum up the sales from THE OTHER TABLES (and add the value to the SUM)
Ex using the products as column from North and use SumSales as the measure add the data
I should get:
....... What I get .... what I want
Coats .......300 ...... 100
Scarfs...... 225 ...... 25
Gloves...... 210 ...... 10
as you see an extra 200 is being pulled in from the other 2 tables.
how do I filter such that the measure only adds data within that table (when it is being referenced) and does not add data when being pulled from external source
Thanks!!
Last edited: