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 am receiving a circular reference error where there is no circular reference. This column:
Solved! Go to Solution.
Got it working. Was given poor instructions. Apologies, I don't see how to delete this post.
Got it working. Was given poor instructions. Apologies, I don't see how to delete this post.
BTW using ALLEXCEPT makes the Pod COmmitment % column all one value, unacceptable solution.
The issue may stem from how SUMMARIZE() works. The Pod Averages table is being created via SUMMARIZE(), but calculated columns within it might be causing an implicit dependency loop.
Instead of using SUMMARIZE(), use ADDCOLUMNS() to ensure Power BI correctly tracks dependencies:
Please mark this post as solution if it helps you. Appreciate Kudos.