Forum Discussion

tchiles's avatar
tchiles
Frequent Visitor
7 years ago
Solved

R-script ggplots broken in Services

Sometime this week all of my R-script/ggplot visuals have stopped working. Both the App and O365 indicated:

"The visual is loading an R package with a dependency that is currently unavailable See details"

 

It looks like a problem in dplyr or somewhere elese in the tidyverse pacakges.

 

The visuals continue to work in Desktop mode. 

  • Anonymous's avatar
    Anonymous
    7 years ago

    I have opened a ticket with MS for this and they indicated the fix would be out sometime this week.

4 Replies

  • nrsleight's avatar
    nrsleight
    Regular Visitor

    We are having the same problem.  The reports were working just fine in the services then all of a sudden our R visuals would not show in the PowerBI service.  They continue to function on the desktop.  Here is the error we are receiving.

     

    Script Runtime Error
    -- Attaching packages --------------------------------------- tidyverse 1.2.1 --
    v ggplot2 3.2.0     v purrr   0.2.4
    v tibble  1.4.2     v dplyr   0.7.4
    v tidyr   0.8.0     v stringr 1.3.0
    v readr   1.1.1     v forcats 0.3.0
    -- Conflicts ------------------------------------------ tidyverse_conflicts() --
    x dplyr::filter() masks stats::filter()
    x dplyr::lag()    masks stats::lag()
     
    Attaching package: 'scales'
     
    The following object is masked from 'package:purrr':
     
        discard
     
    The following object is masked from 'package:readr':
     
        col_factor
     
    Error in arrange_impl(.data, dots) :
      Evaluation error: `as_dictionary()` is defunct as of rlang 0.3.0.
    Please use `as_data_pronoun()` instead.

    Please try again later or contact support. If you contact support, please provide these details.
    Activity ID: c59624d6-2ae3-43db-9c3a-2bf8603b4d59
    Request ID: 8df82997-e847-4253-471a-a95cfd88a6bb
    Correlation ID: 88a36832-7b3f-6ede-ae65-0014fb6b0cfc
    Time: Mon Aug 12 2019 09:37:52 GMT-0600 (Mountain Daylight Time)
    Version: 13.0.10388.151
    Cluster URI: https://wabi-west-us-redirect.analysis.windows.net
  • Anonymous's avatar
    Anonymous
    Not applicable

    Yes, this seems to be a problem with the version of dplyr Power BI Service is using. I am only this week getting this error, on a visual that has worked fine for the better part of a year, when trying to plot a word cloud using dplyr syntax:

     

    Script Runtime Error
    
    -- Attaching packages --------------------------------------- tidyverse 1.2.1 --
    
    v ggplot2 3.2.0     v purrr   0.2.4
    
    v tibble  1.4.2     v dplyr   0.7.4
    
    v tidyr   0.8.0     v stringr 1.3.0
    
    v readr   1.1.1     v forcats 0.3.0
    
    -- Conflicts ------------------------------------------ tidyverse_conflicts() --
    
    x dplyr::filter() masks stats::filter()
    
    x dplyr::lag()    masks stats::lag()
    
    
    
    Attaching package: 'lubridate'
    
    
    
    The following object is masked from 'package:base':
    
    
    
        date
    
    
    
    Error in summarise_impl(.data, dots) : 
    
      Evaluation error: `as_dictionary()` is defunct as of rlang 0.3.0.
    
    Please use `as_data_pronoun()` instead.
    
    
    Please try again later or contact support. If you contact support, please provide these details.
    Activity ID: 38d3e416-2c92-439a-af51-d14aa74a996a
    Request ID: abb733b5-0a4d-67e7-e6e6-5487d18c8808
    Correlation ID: 2f94198f-df60-72c4-6cbe-217da6a9acb0
    Time: Mon Aug 12 2019 15:41:08 GMT-0400 (Eastern Daylight Time)
    Version: 13.0.10388.151
    Cluster URI: https://wabi-us-east2-redirect.analysis.windows.net

     

     

    • Anonymous's avatar
      Anonymous
      Not applicable

      I have opened a ticket with MS for this and they indicated the fix would be out sometime this week.