Forum Discussion
Anonymous
8 years agoNot applicable
Mapping question
Hi all, I'm delving into mapping on Power BI and loving it so far. I have a number of addresses for companies that I produce ratings for and would like to know if its possible to have an input bo...
- 8 years ago
Anonymous,
Yes, you may refer to pseudocode below.
Measure = IF ( [distance] <= [radius], 1 )
v-chuncz-msft
8 years agoCommunity Support
Anonymous,
You may add two slicers and try creating a measure to calculate the distance, then drag it to Size of a Map visual.
- Anonymous8 years agoNot applicable
Thanks v-chuncz-msft - I thought the size in a map visual just changes the dot size - is that what you meant?
- v-chuncz-msft8 years agoCommunity Support
Anonymous,
Yes, you may refer to pseudocode below.
Measure = IF ( [distance] <= [radius], 1 )
- Anonymous8 years agoNot applicable
Thanks v-chuncz-msft will try this out!