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 have 2 calculated columns in a table that use an inactive relationship to a date dimension table. The first column works fine and the second column gives a circular reference error.
First Column
Thanks in advance
Hi @sjpaq,
Perhaps you can try to directly extract the current table value as conditional to filter and get the correspond table records to stored into the variable.
Then you can and manually use this in the formulas without USERELATIONSHIP function. (I think the issue should related to USERELATIONSHIP function and it may generate the temp relationship mappings for the calculations)
Understanding circular dependencies in DAX - SQLBI
Regards,
Xiaoxin Sheng