Forum Discussion
Anonymous
8 years agoNot applicable
DAX issues
Hi How to resolve below DAX Query issue. ProjectRisk = IF([max]=2 , "off Track" IF([max]=1 || project[budgethourtilldate]-project[actualhours]<0 ...
v-yuta-msft
8 years agoCommunity Support
Hi kunuthuri,
Please check if project[freesource] is a calculate column which also depends on project[projectrisk] and other columns.
For details, you can refer to https://www.sqlbi.com/articles/avoiding-circular-dependency-errors-in-dax/.
Regards,
Jimmy Tao