I stumbled upon the following issue in SQL Server Analysis Services (SSAS) When processing a Cube database.
I have a dimension that has sub dimensions, however if the parent record refers to a child that is not there anymore (null) the parent is being discarded and not inserted into the Cube.
How can I make it so the parent record isn't discarded?
In my case we are talking about 5 to 6 million records.