Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I have a Circular Dependency error in my column calculations despite using completely different fields.
When I have a measure, I don't have this error. But I need to create a column because I need to use it in a slicer.
Does anybody know how to fix this?
Here is a link to pbix file.
Solved! Go to Solution.
Hi @elmurat,
I wanted to follow up since we haven't heard back from you regarding our last response. We hope your issue has been resolved.
If the community member's answer your query, please mark it as "Accept as Solution" and select "Yes" if it was helpful.
If you need any further assistance, feel free to reach out.
Thank you,
Pavan.
Hi @elmurat,
I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, kindly "Accept as Solution" and give it a 'Kudos' so others can find it easily.
Thank you,
Pavan.
Hi @elmurat,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please "Accept as Solution" and give a 'Kudos' so other members can easily find it.
Thank you,
Pavan.
If you define the measures logic in the field you don't get the circular reference error
40-Day % Categories CLMN =
VAR A =
DIVIDE(
SUM(Sheet1[Actuals_40])-SUM(Sheet1[31_60]),
SUM(Sheet1[Actuals_40])
)
RETURN
IF(A>.70,"1. Above 70%",
IF(A<.50,"3. Below 50%","2. Between 50% and 70%")
)
But I cannot use the measure as a Slicer.
Yes, that is why the field for the slicer has all of the logic for it's creation self contained, without the reference to the measure.
I got what you mean, and I have already tried it, but when I make the column logic self-contained, the result is not right. Please see the 10-Day% Categories CLMN in the screenshot below.
@lbendlin @Ritaf1983 @danextian @bhanu_gautam @pankajnamekar25 please help, if you can.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.