question

DanielG-2992 avatar image
0 Votes"
DanielG-2992 asked

Troubleshoot a circular dependency

hello,

in my Table , there is already a column CC and an Index ;
I want to calculate a new column DR :

 DR = 
 var c_c = Table[CC]
 var d_r = 100 - c_c
 return if (Table[Index]=1, 100, d_r) 

I get the message "A circular dependency was detected: Table[CC], Table[CC], Table[CC]."

Any hint, please?
thanks a lot!

power-query-not-supported
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers