SQL SERVER SSAS: How do I handle a NULL date value in my fact table, so I can process my time dimens
        Posted  
        
            by dhz
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dhz
        
        
        
        Published on 2010-04-29T12:35:28Z
        Indexed on 
            2010/04/29
            12:47 UTC
        
        
        Read the original article
        Hit count: 428
        
Hello!
I have a a fact table that has a column with dates loaded from an MS Access source. The thing is, some of the values are NULL and the SSAS won't let me refer my DATE dimension to it.
Is it better to solve it at the SSIS stage or is there some solution at the SSAS?
Thank you very much for you help.
© Stack Overflow or respective owner