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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Tanushree_Kapse
Impactful Individual
Impactful Individual

"Circular dependency detected" in a measure

Hello,

 

I have a these measures:
1 week= CALCULATE(SUM(Table[amount]), Table[Bucket] = "1 week")
1 month= CALCULATE(SUM(Table[amount]), Table[Bucket] = "1 month") + 1 week 

 

runoff1week=[1 week] * Table[runvalueWeek]
These measure are working fine.

But when I create a new measure for runoff1month,
runoff1month=[1 month] * Table[runvalueMonth]

I am getting error in this one saying: " Circular dependency was detected"- runoff1month, runoff1week, runoff1month"


Why so?
How can I fix this?
@amitchandak , @Fowmy , @Anonymous , @daxer-almighty 

Please help.

 

Thanks

 

 

 

1 ACCEPTED SOLUTION
Tanushree_Kapse
Impactful Individual
Impactful Individual

Got the solution for this:
1) Used ALLEXCEPT function in the measure to remove the context filters.
2) Other option which I tried is creating a measure for BUCKET instead of column.

 

 

View solution in original post

3 REPLIES 3
Tanushree_Kapse
Impactful Individual
Impactful Individual

Got the solution for this:
1) Used ALLEXCEPT function in the measure to remove the context filters.
2) Other option which I tried is creating a measure for BUCKET instead of column.

 

 

amitchandak
Super User
Super User

@Tanushree_Kapse , the formula for runvalueWeek, I doubt it uses runoff1month

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi @amitchandak , 
runvalueWeek is entirely different column, it isn't using 

runoff1month

 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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