Forum Discussion

Joris_NL's avatar
Joris_NL
Icon for Helper III rankHelper III
1 year ago
Solved

Can't fix Circular dependency error working with Fabric's Semantic model

Hi, I created a Semantic model with Fabric and imported it into PowerBI (Get data - Power BI Semantic models). This works. The tables and relationships appear in PowerBI, and I can calculate measures...
  • Joris_NL's avatar
    1 year ago

    My solution has been to change all Calculated columns which depended on RELATED, to m-code query columns. This also removed any circular dependencies. But it took a couple of hours and ended up with AI-generated m-code that's too complex for me to understand.