Forum Discussion
elflakoconk
Helper II
6 years agoError 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...
amitchandak
Super User
6 years agoelflakoconk , Related you can use in 1- M relation on M side.
you can also move data like this from on table to another
City Name = maxx(FILTER(geography,geography[City Id]=Sales[City Id]),geography[City]) // New column in sales table in my case
Minx/maxx/sumx depend on need
elflakoconk
Helper II
6 years agoThanks a lot, i'll try this! and will give my feedback