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

Circular dependency was detected when use Calculated+Firstnonblank

Hi Experts,

 

Hope somone could help me understand this circular dependency error. I'm running a test, the table blelow is very simple, only have two columns: ID is number, and Time is datetime. I created a calcuated column named First_Time using Calcuate function. The problem I could not understand is that why when the Firstnonblank refers to the time (datetime type) column itself, the circular dependency error would happened, but when it refers to a specific date('time'.[day]), the error disappeared.

 

The DAX First_Time might meaningless, but I really want to understand how Calcuate and Firstnonblank works in this situation.

 

Thanks in advance

WX20180424-222848.png

 

WX20180424-222924.png

 

 

 

 

 

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @Anonymous,

 

I think this issue may related to time intelligence feature.

 

AFAIK, time intelligence will generate a hidden calendar table based on date/time column to expand hierarchy tree for this column.

 

Firstnonblank function will also loop through current table, so I think it's calculate logic may conflict with hidden calendar table generate, so power bi shows circular dependency error.

 

In addition, you can also take a look at below link which told about circular dependency issue:

Understanding Circular Dependencies in Tabular and PowerPivot

 

Regards,

Xiaoxin Sheng

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

HI @Anonymous,

 

I think this issue may related to time intelligence feature.

 

AFAIK, time intelligence will generate a hidden calendar table based on date/time column to expand hierarchy tree for this column.

 

Firstnonblank function will also loop through current table, so I think it's calculate logic may conflict with hidden calendar table generate, so power bi shows circular dependency error.

 

In addition, you can also take a look at below link which told about circular dependency issue:

Understanding Circular Dependencies in Tabular and PowerPivot

 

Regards,

Xiaoxin Sheng

Anonymous
Not applicable

Hi Xiaoxin, Thanks a lot for your help. If the date/time column is a calendar table in the backend, it would make sense to explain this circular dependency issue.

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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