Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
S184019
Advocate III
Advocate III

Circular Dependency

HELP!!!  I'm getting a circular dependency error for a single table on a column not a measure.  My two columns are: 

EHisto = if([EAvg_Min] >=0 && [EAvg_Min] <5,"<5",
if([EAvg_Min] >=5 && [EAvg_Min] <10,"5-9",
if([EAvg_Min] >=10 && [EAvg_Min] <15,"10-14",
if([EAvg_Min] >=15 && [EAvg_Min] <20,"15-19",
if([EAvg_Min] >=20 && [EAvg_Min] <25,"20-24",
if([EAvg_Min] >=25 && [EAvg_Min] <30,"25-29",
if([EAvg_Min] >=30,">30")))))))
 
and 
 
KHisto = if([KAvg_Min] >=0 && [KAvg_Min] <5,"<5",
if([KAvg_Min] >=5 && [KAvg_Min] <10,"5-9",
if([KAvg_Min] >=10 && [KAvg_Min] <15,"10-14",
if([KAvg_Min] >=15 && [KAvg_Min] <20,"15-19",
if([KAvg_Min] >=20 && [KAvg_Min] <25,"20-24",
if([KAvg_Min] >=25 && [KAvg_Min] <30,"25-29",
if([KAvg_Min] >=30,">30")))))))
 
WHAT GIVES!!
2 REPLIES 2
Anonymous
Not applicable

@S184019  - This is a good article describing strange circular dependencies with calculated columns. Are EAvg_Min and KAvg_Min measures or columns?

Cheers!

Nathan

v-yulgu-msft
Employee
Employee

Hi @S184019 ,

 

Please provide sample data and desired output so that I can reproduce the same scenarion on my side.

How to Get Your Question Answered Quickly

 

By the way, are [EAvg_Min] and [KAvg_Min] calculated columns or original dataset columns? If it is the former, what are DAX formulas?

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.