Forum Discussion
derromma
1 year agoFrequent Visitor
Circular Relationship between tables
Hello, I am facing an issue with a circular relationsip and don't know what would be the smartest way to approach this. Let me explain: I want so build a report, which let's me analyze the success...
vanessafvg
1 year agoCommunity Champion
circular relationships are generally caused by calculated columns. Do you have a calculated column? If you do, dax is the worst place to create calculated columns. I would only create it there if you absolutely have to. If posssible to create in power query I would do it there, that will make the circular relationship isssue go away.