Hello,
I have created a custom visual utilizing ggplot2 and lubridate libraries, it is a gantt chart where projects are listed with dates on the x-axis. It displays correctly both in Power BI Desktop, as well as in R Studio, However, once I publish it to the Power BI Service I get the following error:
Script Runtime Error
Attaching package: 'lubridate' The following object is masked from 'package:base': date Loading required package: sysfonts [1] "font in use: arial.ttf" Error in Ops.Date((x - from[1]), diff(from)) : / not defined for "Date" objects In addition: Warning message: Removed 2 rows containing missing values (geom_segment).
Please try again later or contact support. If you contact support, please provide these details.
Please try again later or contact support. If you contact support, please provide these details.
Activity ID1b768dfb-a4a6-4662-8e35-b53fc0344579
Request ID39efdd1d-6394-8793-b813-7b058823008a
Correlation IDde5f43c1-2a8a-aa8f-878f-2656aa634acd
TimeTue Aug 14 2018 10:53:37 GMT-0500 (Central Daylight Time)
Version13.0.6289.161
I am fairly new to Power BI, so if anyone can help me understand what might be going wrong (and ideally a fix for it) I would appreciate it greatly!!