Forum Discussion
mabdurrashid
8 years agoRegular Visitor
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...
- 8 years ago
You may use the following formula.
Column = MAX ( Table1[Column2] ) - Table1[Column2] + MIN ( Table1[Column2] )
v-chuncz-msft
Community Support
8 years ago
You may use the following formula.
Column =
MAX ( Table1[Column2] ) - Table1[Column2]
+ MIN ( Table1[Column2] )
parry2k
Super User
8 years agowhen I tried negative value at my end, it did worked and intensity was switched as expected.