Forum Discussion
Kolumam
7 years agoPost Prodigy
Power BI with R Scripts, issue with scale_x_date
Hi All, I have two column; Date and Water Usage. I was using ggplot to plot geom_point(), however the date is overlapped each other. So try to use scale_x_date(date_breaks = "1 month",date_label...
v-yulgu-msft
7 years agoMicrosoft Employee
Hi Kolumam,
Please check the date format in data view loaded into desktop. Make sure its data type is DAte rather than Date/Time, and check if its format is set to "%d/%m/%Y".
Best regards,
Yuliana Gu
- Kolumam7 years agoPost Prodigy