Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

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...
  • v-chuncz-msft's avatar
    v-chuncz-msft
    8 years ago

    Anonymous,

     

    Yes, you may refer to pseudocode below.

    Measure =
    IF ( [distance] <= [radius], 1 )