Forum Discussion
Anonymous
4 years agoNot applicable
Power BI and R
I have Power BI data as follows: flights attribute Value Emirates ETA 9/09/2021 12:30 Emirates Arr Time 9/09/2021 14:50:00 PM Turkish Airlines ETA 9/09/2021 17:30:00 PM Turkish Ai...
- 4 years ago
Anonymous , refer if this can help
https://www.groundflooranalytics.com.au/resources/power-bi/custom-axis-formats-using-r-visuals
Anonymous
4 years agoNot applicable
Hi,
I need to create a interval on y-axis for the chart which I've produced in Power BI using R.
AS you can see in the above image, in y-axis it displays all the time intervals. Instead I only want it to list every hour so that my chart will look neater.
Help is greatly appreciated.
Regards,
aRa
amitchandak
4 years agoSuper User
Anonymous , for that, create a column in your table having only hour and use that in R visual
Hour = time(hour(column]),0,0)