Forum Discussion
Data Model - More than one fact table?
Hi,
i used to work with youth offending data so this looks fairly similar to the data model in the recording system. I think you might need a link from the intervention table to the person table too and make that active when you are querying that table.
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Hi
Thanks for responding! I think I can make this work. Do you think this would be better practice than creating one main FACTtable that contains both the outcomeoffence and the intervention?
Thank you
- DOLEARY853 years agoResident Rockstar
I think when using this data it probably would be better to it with multiple FACT tables. From what i remember not every intervention will have all the offences/outcomes attached so it can make a single FACT table very messy and have a lot of duplicates which you'd have to find a way to filter out when using it in PBI.
Hope this helps,
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍