Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I created a GENERATED Table and I have a circular dependancy. I don't understand why.
I can create a measure calling ALL(model) but not calling a specific model :
Solved! Go to Solution.
@clem312 this article from SQLBI may be of help to you:
https://www.sqlbi.com/articles/avoiding-circular-dependency-errors-in-dax/
The first thing I would try is replacing your "VALUES" functions with "DISTINCT" in your calculated table.
Hi @ebeery
Thank you. I had first solved it using FILTER instead of comma.
But your answer is a great help as I have other tables where the blank row issue that is mentioned in you article would have occured.
@clem312 this article from SQLBI may be of help to you:
https://www.sqlbi.com/articles/avoiding-circular-dependency-errors-in-dax/
The first thing I would try is replacing your "VALUES" functions with "DISTINCT" in your calculated table.