-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect "Circular Dependency" error #931
Comments
Related to this - I am working on a project to eliminate a field from a DIM table so heavily using the Dependency feature. One of the more complex measures rather than fixing it I created a duplicate to ensure I was getting the same results as the original, but no matter what I did, the Dependencies view would not show it, and when I selected that newly duplicated measure and showed what it was dependent upon, it showed nothing. Had to close and reopen TE/3 3.8.0, then it worked fine. |
Seems like our semantic analysis of the DAX is a bit too sensitive, compared to the real DAX engine in Power BI. Any chance you could share the .bim or .pbit file with us, so we can better investigate? support@tabulareditor.com - thanks! |
Possible related to #920 |
Yeah, I saw #920 before posting this, but that was related to NAMEOF().This model does have Field Parameters, but none that are touching the table/fields in question. I will try and get the BIM file to support today. |
@tbeswick291 are you also only seeing this in the DAX editor (and not in the TOM Explorer and the Messages view)? |
Hi Daniel
Thanks for the reply. No I am seeing the alert in the TOM and Warnings:
[image: image.png]
![image](https://github.com/TabularEditor/TabularEditor3/assets/22554170/0efe40c0-611d-43b6-bb97-e3d62034b4dc)
|
@tbeswick291 any chance you could send us the model.bim file, so we can investigate further? support@tabulareditor.com |
Sent via email :) |
Hi @edhans & @tbeswick291 This is now solved in 3.9.0. BR David - TE3 Support |
Describe the issue
This is saying that the Snapshot Monthly Compare Index field is dependent upon the Snapshot Monthly Compare Date field and vice versa. This is not correct as far as I can tell. Their code doesn't reference each other (they only reference imported columns) and neither is sorting on the other. The dependency view appears to be correct.
** Which version are you currently using? **
Tabular Editor 3, version: 3.8.0
Tabular Editor 3 edition: Enterprise
To Reproduce
Power BI Service
The text was updated successfully, but these errors were encountered: