Forum Discussion

akhaliq7's avatar
akhaliq7
Post Prodigy
4 years ago
Solved

Dim table’s id with nulls

I am creating a data model based on a star schema. But one of my dimension tables id column has 10 null rows. What is the best solution for this.   options: 1. i could replace values but afraid if...
  • MattAllington's avatar
    4 years ago

    My view is filter them out. Don't load them. Also generate an audit query that lists any keys in your fact table that are missing in the dim table. That way you know what dims are missing, and you can fix these at the source.