Forum Discussion
Anonymous
6 years agoNot applicable
Build Heat Map using x and y coordinates
Hello All, How can we plot or use x and y coordinates instead of longitude and latitude in the heat map? Even a formula to convert x and y into longitude and latitude. Please let me know if t...
lbendlin
6 years agoSuper User
For small cardinalty of x and y:
- Use a matrix visual
- put your x data in the columns
- put your y data in the rows
- put your measure into the values
- now use conditional formatting based on the measure. Use the same condition for font color and background color.
Or use a scatter plot visual.
Anonymous
6 years agoNot applicable
Hi, Is it possible to plot the x and y coordinates on the heat map instead of longitude and latitude coordinates?
For example,
x-coordinates :454014 y-coordinates :4944234
Thank you