I am created a new SSRS report by Matrix format.
I have created 2 datasets (dataset 1 and dataset 2). In the dataset 1 and dataset 2 contain the same fields such as "Region" , "Customer PO", "Month" and "Amount", etc. The only different is the dataset 2 contains where statement in order to filter customer PO in ('123456', '3343434', '2343434') in order to come up correct amount for region (called as "America-Hub")
I would like to show the result as follow table: In order to come up the data value on the row of " AMERICAS (Hub)" as region which is pulled "Dataset 2", I need to filter by certain customer PO in order to come up the correct data in Dataset 2. The rest of regions are pulled from Dataset 1. However, the SSRS does not allow me to use 2 dataset in one Matrix report? Please let me know how I can achieve this report format.
Region | Nov, 2014 | Dec, 2014 |
AMERICAS (Hub) | $5,500 | $8,505 |
AMERICA | $1,000 | $4,442 |
APAC | $9,090 | $9,999 |
EMEA | $2,343 | $2,383 |
JAPAN | $2,112 | $2,939 |
KOREA | $2,210 | $2,340 |
Grand Total | $22,255 | $30,608 |
Thanks a lot
Josey