Im following the training video on how to input ranking for workdays yet i get an error of a A circular dependency was detected: Dates[Column].
This is the code i added to a column in the table. Whats even more annoying i got it working the first time i did it however i didnt save my model and now when i try and do it again i get this error how do i fix it?
One thing i noticed in your video the column header names are different to the file you provide and from your example PBIX file there are some query editor changes you have made. either way i have tried all combos but cant get it to go.
Column thats different is the Monthnyear i think you call it Month & year in your video ? which makes sense and i dont see how that creates a circular reference anyway.
Like i say whats really annoying me is i did get it to work once but cant repeat it!!! wierd
@Krays23
Can you upload your sample where you are getting this error? Also, being a date table have you set it as such?
Setting the date table as a date table ( or creating a 1:M relationship) will tell DAX to only use that unique column and not all the columns of the table.
Just an idea on why you may be getting the error only sometimes.
I did a quick review of your table and to me it’s missing the day of the month column, so it doesn’t have all the inputs needed for this formula to work?