Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I have 2 columns in the SalesData table
SalesMode
Sales Amount
Formula:
XYZ = IF(AND(SalesData[SalesMode] = "Online", SalesData[SalesAmount] <= 600), "Met", "Not Met")
Error:
A circular dependency was detected: SalesData[SalesAmount], SalesData[XYZ], SalesData[SalesAmount].
Please help, Thank you
Solved! Go to Solution.
I made a table with just the two columns and added in some dummy data:
I was able to add a calculated column using the same DAX you had and didn't get a circular reference error, however, I would recommend adding columns in Power Query instead of calculated columns with DAX.
Proud to be a Super User! | |
Hi @audreygerred ,
Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.
If these also don't help, please share more detailed information and description to help us clarify your scenario to test.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
I made a table with just the two columns and added in some dummy data:
I was able to add a calculated column using the same DAX you had and didn't get a circular reference error, however, I would recommend adding columns in Power Query instead of calculated columns with DAX.
Proud to be a Super User! | |
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
105 | |
75 | |
43 | |
39 | |
32 |
User | Count |
---|---|
170 | |
90 | |
65 | |
46 | |
44 |