Forum Discussion
abdalla
Helper I
4 years agohow can i make a filter such that when i enter coordinates it automatically shows me the surrounding
Hello, I am beginner in power BI. I have many coordinates of wells as i work in the oil field industry and i used a flow map to present them as a line since each well has to be presented by a line ...
lbendlin
Super User
4 years agoI am only aware of one way to do that. It involves a DAX query for the Great Circle Distance (to identify the locations in proximity) and the usage of a measure to set the location marker size as the "highlighting" mechanism. For example your selected location will have a size 10, "close" locations have a size 5, and all other locations have a size 1 .
Needless to say - this is far beyond what a Power BI novice is expected to handle.
abdalla
Helper I
4 years agoMay you please help me in creating that measure and do i make the measure in the original data sheet or i have to make another what if analysis?
- lbendlin4 years ago
Super User
Please provide sanitized sample data that fully covers your issue.
Please show the expected outcome based on the sample data you provided.