Forum Discussion
manoj_0911
2 years agoKudo Commander
Heatmap 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
2 years agoKudo Commander
Hi I need one help, I have a field ,
X-AXIS = MonthYear = FORMAT('AGENT_SUBHOUR_V'[IXN_SUBHOUR_DATE], "MMM-YYYY") and Y-AXIS = OFFERED. the sorting of month-year is not proper, how to create a MonthYearNo for this?