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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric 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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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