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 August 31st. Request your voucher.

Reply
Anonymous
Not applicable

A circular dependency was detected

 I  have a one table this table contains two factory details. i am trying to split seperate value for each factory using dax functions 

 

Factory                        AvgCtw                

PL                                 50

PL                                 65

PL                                 34

PL                                 11

PL                                 56

MX                                77

MX                                43

MX                                 22

MX                                 12

MX                                65

 

i want each factory total value . i have   new column applied formula 

 

AVG CTW - PL =
CALCULATE(SUM(Sheet1[Avg CTW]),Sheet1[Factory]="PL ") 
this formual is working without any error . 
 
 
this formual is working without any error . 
 
 
 
 When i create second formula  getting  
AVG CTW - MX =
CALCULATE(SUM(Sheet1[Avg CTW]),Sheet1[Factory]="MX ")  
 
 
A circular dependency was detected: Sheet1[Column], Sheet1[AVG CTW - PL], Sheet1[Column].
 
Any idea to resolve this Error 
 
 
 
 
this formual is working without any error . 
 

 

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , You should create a second column like

 

AVG CTW - PL =
CALCULATE(SUM(Sheet1[Avg CTW]),Sheet1[Factory]="MX")

 

 

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

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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