Hi,
detail is as below
StoreList table has StoreNo Name Province City
(this table has around 450 stores info)
SalesData table has StoreNo Date SalesTY SalesLY Month
(450 stores sales information on day wise
Month is calculated column =format([DATE],"mmm")
Target table has StoreNo Date Target
(450 store target mothly, ie date 1/1/2015 for jan target, date 1/2/2015 for Feb target so on..)
Relationship [SalesData]Storeno with [StoreList]StoreNo
[Target]StoreNo with [StoreList]StoreNo
Pivot Table has
Province & City on Row
Sum of SalesLY , Sum of SalesTY & Target on Values
Month on Filter
My issue : when i select Month from filter SalesLY & SalesTY shows correct value but Target is not changing.
i tried to make Relationship [SalesData]Date with [Target]Date but I cant
valuable advise expected..