Does DMR have a way of handling fact rows with a null dimension key. I have set the joins to "outer" in the Framework, but when creating a crosstab report , I lose rows (or columns) where the fact row has a NULL foreign key for that dimension. I have tried using a coalesce, but in doing so, I lose drill capability. Short of adding an "Unknown" row to each dimension and defaulting the fact table's foreign key to "0", is there any other option?