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
sowjanya123
Frequent Visitor

Circular dependency error in calculated column

Hi,

I need help on resolving circular dependency error :

Below is the calculated column: 

Retro Test Support =
SWITCH(TRUE(),
[FraudPoint LY Revenue]>=100000 && Fraudpoint_Customers[Customer Type Flag]=0,"National Support",
[FraudPoint CY Revenue]>=10000 && Fraudpoint_Customers[Customer Type Flag] = 1,"Strategic Support"
)
FraudPoint LY Revenue is a measure : 
FraudPoint LY Revenue = CALCULATE([Sum of LY Revenue],FILTER(Fraudpoint_Customers,DISTINCTCOUNT(Fraudpoint_Customers[customer_account_sk])))
Sum of LY revenue is also a measure:
Sum of LY Revenue = CALCULATE([Total Revenue]FILTER(ALL('Date'), 'Date'[Closed Revenue Index by Year]=-1))
Total Revenue is also a measure:
Total Revenue = CALCULATE(SUM('fact_revenue_usage'[Total Billed Charges]),FILTER(Customers,DISTINCTCOUNT(Customers[customer_account_sk])))
 
Looking forward for help on how to fix the circular dependency error coming in Retro Test Support calculated column
1 REPLY 1
lbendlin
Super User
Super User

Please explain what this part is supposed to achieve

FILTER(Fraudpoint_Customers,DISTINCTCOUNT(Fraudpoint_Customers[customer_account_sk]))

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.

Top Solution Authors