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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Circular Dependency using if DAX

Hi , 

 

I have created a column like below 

Current = IF('Final Table'[Type]="IMI",IF('Final Table'[BALANCE]<0,0,IF([DaysAged]<31,'Final Table'[BALANCE],0)),0) - No issues with this ,
But when i am creating another column like below 
31days = IF('Final Table'[IMI]="MI",IF('Final Table'[BALANCE]<0,0,IF([DaysAged]<31,0,if([DaysAged]<61,'Final Table'[BALANCE],0))),0) Its throwing Circular dependency error ..

I tried to change the way the logic is written , Like below 
31Days = if(Current=0,if([DaysAged]<61,'Final Table'[BALANCE],0),0)   Still the error shows up . 

Can you please help how to resolve this error. 
 
Thanks in Advance.
1 ACCEPTED SOLUTION
HotChilli
Super User
Super User

Is [DaysAged] a measure?  If so, rewrite both columns so they do not use a measure

View solution in original post

2 REPLIES 2
HotChilli
Super User
Super User

Is [DaysAged] a measure?  If so, rewrite both columns so they do not use a measure

Anonymous
Not applicable

Yes , DaysAged is a measure . so may be I can  write the logic as a column and replace in above logic .

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.