Forum Discussion
Buckswriter
4 years agoFrequent Visitor
FILTER / USERELATIONSHIP? Which will work best?
*NB* Before you read any further, please note that I've had to use my work credentials to log this request as Microsoft won't let me sign in to Power BI with my personal account, even though it will ...
PaulDBrown
4 years agoCommunity Champion
It's hard to say, but It doesn't look like the model is optimised. Are you sure you need all the physical tables? It seems many are actual calculations which ideally should be done with measures to include in visuals.
Ideally you should build dimension tables from the source table, create measures and build the visuals (as opposed to creating new physical tables to segment data). One of these dimension tables should be a date table with continuous dates covering the range of dates in the model.
And it is highly recommended you avoid using many-to-many relationships.
Make sense?