Click here to Skip to main content
15,891,726 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a situation ..
In My cube I have :
A Fact table <<Company Revenue>>
2 Dimension <<Month.Dim>> , <<Company>>

I have 4 company say (A,B,C,D)
but i have record for only company A & D that too only for December month .
When I create a SSRS report out of the cube i want a matrix where all the company names to be displayed in the rows & all the months in the columns and company's revenue in data

What my report is displaying :
Company | December
-------------------------------------------------------
A | 20000
-------------------------------------------------------
D | 3900
-------------------------------------------------------

what is needed :

Company | January | February | March | ........... | December
-----------------------------------------------------------------------------------
A | | | | .......... | 20000
----------------------------------------------------------------------------------
B | | | | .......... |
----------------------------------------------------------------------------------
C | | | | .......... |
----------------------------------------------------------------------------------
D | | | | .......... | 3900
-----------------------------------------------------------------------------------

Can anybody help me on this .. How do i achieve this either in SSRS or SSAS.
Posted

1 solution

SQL
got the solution to this . Please refer

http://social.msdn.microsoft.com/Forums/sqlserver/en-US/7aa7679e-5d03-4951-97ef-defc13538152/show-empty-column-values-in-ssasssrs?forum=sqlreportingservices

If any other suggestion , please be free to suggest.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900