Forum Discussion
manoj_0911
Kudo Commander
2 years agoHeatmap Formatting - Display Days and Hours (Custom Axis Labels)
Hi everyone, I'm working on a Heatmap in Power BI to visualize total calls offered by day. However, I'm facing an issue with the axis labels. Currently, the rows display sequential numbers (1...
- Anonymous2 years ago
Hi manoj_0911
It is the same step as before.
Create a claulated column
HourNo = HOUR([IXN_SUBHOUR_DATE])Then sort it ascendng, then select the hour column, select sort by HourNo
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
2 years agoNot applicable
Hi manoj_0911
It is the same step as before.
Create a claulated column
HourNo = HOUR([IXN_SUBHOUR_DATE])
Then sort it ascendng, then select the hour column, select sort by HourNo
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
manoj_0911
Kudo Commander
2 years agoFantastic thank you so much it worked