Forum Discussion
jaryszek
1 month agoSuper User
Different opinion on design needed
Hi,
I’m designing an MVP Fabric / Power BI model and want to compare practical approaches.
Sources: - GetResponse: people/subscribers, lists, contact-list membership, contact attributes....
- 1 month ago
Hi jaryszek,
Thank you for reaching out to Microsoft Fabric Community.
Your proposed model looks good. I would keep the single-direction relationships and the bridge_person_client table and avoid bidirectional relationships as they can lead to ambiguous filtering and duplicate results.
If you only need to show a few client attributes in the contact report, use DAX measures. Only consider creating a flattened reporting table if the report becomes too complex or if you run into performance issues.
Thanks and regards,
Anjan Kumar Chippa
jaryszek
1 month agoSuper User
thank you, it is great to have somebody to take a look at my concerns.