I am processing a cube in SQL Server 2008 Analysis Services.
Is there a setting to include all rows in a Dimension table even when there are no FACT table entries for some of the Dimension rows
e.g. there are no sales for Product Type 1 in July but I would like to see it when I browse the cube, with a value of zero or null
At the moment, when my cube processes, Product type 1 does not appear for July at all. The data is not that large so I am not overly worried about cube size or processing time
thanks.