Forum Discussion

mabdurrashid's avatar
mabdurrashid
Regular Visitor
8 years ago
Solved

globe map heat intensity

Hi,   I am using Globe Map to show heatmap intensity in reverse with lower numbers producing higher intensity.  Using it for capacity constraints at various locations, so want lower capacity to sho...
  • v-chuncz-msft's avatar
    8 years ago

    mabdurrashid,

     

    You may use the following formula.

    Column =
    MAX ( Table1[Column2] ) - Table1[Column2]
        + MIN ( Table1[Column2] )