Forum Discussion
elflakoconk
6 years agoHelper II
Error using RELATED
Hello everyone, I have searched all over the forum and I have not found an answer that will solve me. I'm working with Direct Query, I have 2 tables: The link field is Phone and as you...
ryan_mayu
6 years agoSuper User
If you want to use related , try this
Column =
VAR _value=MAXX(FILTER(B,RELATED(B[telefono])),B[value])
return if (ISBLANK(_value),"No",_value)