Forum Discussion
Marfield
Helper I
6 years agoOne table to rule them all
Hi there, I have an issue with my data model. Bassicaly, I need to filter all my report according to the row filtered from one main table. In my example, I have 3 dimensions and 1 fact table ...
Anonymous
6 years agoNot applicable
Why would that not be efficient? That is essentially what relationships are accomplishing. It would solve this issue 100%
VasTg
Memorable Member
6 years agoAnonymous
Based on the model screenshot, you cannot make the relationship from source to client as active because of circular reference. Ideally, there should be only one active path, so that power bi will know which path to travese from Source to sales via Product. If all of them is active, it doesn't know it should traverse vis product or client. Thats the reason behind allowing only one relationship as active and rest as inactive(see USERELATIONSHIP in DAX).
If this helps, mark it as a solution
Kudos are nice too