The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I'm being told there is a circular dependency between Parentttl and ParentRatio. These are both being put on the table ItemDrillThrough. I've used ALLEXCEPT in the parentttl and included the column ParentRatio, but it's still not working. Any help would be greatly appreciated.
Solved! Go to Solution.
Sorry everyone, just figured it out.
Added Removefilters(ItemDrillThrough[ParentRatio]) as a filter inside the CalculateTable for SummTbl2 and it worked.
Sorry everyone, just figured it out.
Added Removefilters(ItemDrillThrough[ParentRatio]) as a filter inside the CalculateTable for SummTbl2 and it worked.