Forum Discussion
Relationship help
- 4 years ago
Think about the nature of your data. Power BI likes to see dimension tables and fact tables. Dimensions are things that you can use for filtering and they are usually unique (like an employee dimension or a date dimension). Facts are thing that you can calculate and they are usually repeated (not unique by themselves)
Your scenario seems to be a bunch of dimension tables. I can't see where you have actual facts.
Eventually you can shape your data model according to the business question you are trying to answer. When you show crafts and employees together on a page, what is the overarching theme? is it a time progression chart? is it a mapping chart between the dimensions?
Think about the nature of your data. Power BI likes to see dimension tables and fact tables. Dimensions are things that you can use for filtering and they are usually unique (like an employee dimension or a date dimension). Facts are thing that you can calculate and they are usually repeated (not unique by themselves)
Your scenario seems to be a bunch of dimension tables. I can't see where you have actual facts.
Eventually you can shape your data model according to the business question you are trying to answer. When you show crafts and employees together on a page, what is the overarching theme? is it a time progression chart? is it a mapping chart between the dimensions?