Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
I have a question with regard to best-practice modeling in PowerBI.
These are the best-practices I’m using;
1 Convert relational models to star model.
2 Convert snowflake models to star model.
3 Transfer facts from dimension tables to the fact table.
4 Use bi-directional relations instead of flattening tables.
5 Flatten tables if the model is too complex(Too many dimensions/facts and relations). Make joins to reduce the number of dimensions, facts and relations.
6 Set the right data types.
7 Data cleansing.
Is the list correct? Am I missing any?
Solved! Go to Solution.
They're all valid points, except for number 4.
I would discourage the use of bi-directional filters unless you've a very solid understanding of DAX
Did I answer your question correctly? Mark my answer as a solution!
Proud to be a Datanaut!
They're all valid points, except for number 4.
I would discourage the use of bi-directional filters unless you've a very solid understanding of DAX
Did I answer your question correctly? Mark my answer as a solution!
Proud to be a Datanaut!
Hi LivioLanzo,
Thanks for the reply. Right now, I'm testing bi-directional filters in different situations.
To increase my understandig of how exactly it works.
Thanks again.
Regards,
Giovanni