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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
teresadanna
Frequent Visitor

Multiple Measures Causing Circular Dependency

I have the following measures & columns:

 

Measures:

 

PYTD Hours = CALCULATE(sum(Table[Hours]), DATESBETWEEN([Date], 5/31/2017, NOW()))

MTD Hours = TOTALMTD(sum(Table[Hours]),[Date])

 

Columns:

 

MTD Variance Group =
if(Table[MTD Hours] > 100, ">20%",
if(Table[MTD Hours] >50,"10-20%",
if(Table[MTD Hours] > 20,"5-10%",
if(Table[MTD Hours] > 10, "0-5%",""))))

 

PYTD Variance Group =
if(Table[PYTD Hours] > 100, ">20%",
if(Table[PYTD Hours] >50,"10-20%",
if(Table[PYTD Hours] > 20,"5-10%",
if(Table[PYTD Hours] > 10, "0-5%",""))))

 

MTD Variance Group works, however I keep getting an error on PYTD Variance Group:

 

A circular dependency was detected: Table[PYTD Variance Group], Table[MTD Variance Group], Table[PYTD Variance Group]

 

Thoughts?

1 ACCEPTED SOLUTION

I realized that this issue is actually the result of a bigger issue related to not having a date table for earlier calculations. Thanks for everyones help!

View solution in original post

2 REPLIES 2
Interkoubess
Solution Sage
Solution Sage

Hi @teresadanna,

 

Please share (send) dummy data with expected results to figure out what you want to do.

 

Thank you.

 

Ninter

 

 

I realized that this issue is actually the result of a bigger issue related to not having a date table for earlier calculations. Thanks for everyones help!

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.