I got a typical matrix report requirement from my client. I need your suggestions/ideas.
I have a table named Inventory (see the Image ‘table’)
I need the following format in the SSRS REPORT
(See the image ‘SSRS REPORT’
)

I tried to do it by using matrix report by grouping only the column with bucket, but it is showing me only one row. Not used grouping for partyname, region, bill_to_country.
Please advise!!
I resolved this by using SQL SERVER PIVOT relational operator.
Instead of grouping in the SSRS report, i thought of implementing rotation logic(converting row values to column names) from SQL query and it worked like charm!!