Forum Discussion
Comparing Values From Different Non-Related Tables
It's not letting me relate the tables Many to One. " The cardinality you selected isn't valid for this relationship." The only selection it lets me accept is many to many but when I go to use the RELATED(): it will not let assign a column or table.
Can you think of a non-relationship DAX for this?
Anonymous
That's weird. Are the area codes in your Longitude/Latitude table not unique? They should. Would it be possible to eliminate the duplicates in that table? Otherwise we'll face issues with other approaches as well.
- Anonymous7 years agoNot applicable
Yeah, Area Codes are not great when it comes to location based plotting. For example Area Codes for Key West, Florida are 305 & 786 and they both have the same latitude & longitude. It may not be possible since a majority of my calls are in the Dallas area which has three area codes that serve the same coordinates. I wonder if I should find like values are just barely change them so that they are unique like 32.78306, 32.78307, 32.78308. It might slightly throw off my coordinates but by how much?
Or maybe look for a better area code data source.
- AlB7 years agoCommunity Champion
Anonymous
Ok but you seem to be saying that what is not unique is the longitude and latitude. That should not matter. If the area codes in your Longitude/Latitude table are unique we're fine. Are they?
Can you share the pbix? That would make things faster
Or if you have sensitive info maybe just a pbix with the two tables involved that we are discussing
- Anonymous7 years agoNot applicable
https://www.dropbox.com/s/k5fwlht3etpe6w1/Template%20Dashboard%20-%20Phone%20Records.pbix?dl=0
Yes. It is personal information but I've grab a limited section to give you a snapshot of the dashboard.