Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have a FactDossiers table
| FactDossiers |
| id_dossier |
| ... |
Each dossier can have multiple timelines
| Timelines |
| id_dossier |
| created_at |
| ... |
What relationship should exist between the two?
Now I have a FactDossiers 1 > * Timelines relationship, which seems incorrect to me.
Should I merge Timelines with the FactDossiers table, even if it means the number of rows in FactDossiers would multiply several times?
Or is there another way?
Solved! Go to Solution.
@Dicko , two facts should not join. Better to merge and have a single table.
But do that if you do not have any other dimesions. if these are only two table, then you can manage with this
@Dicko , two facts should not join. Better to merge and have a single table.
But do that if you do not have any other dimesions. if these are only two table, then you can manage with this
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 55 | |
| 45 | |
| 38 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 87 | |
| 69 | |
| 38 | |
| 29 | |
| 26 |