Forum Discussion

Chi-chi's avatar
Chi-chi
Regular Visitor
8 months ago
Solved

Power BI Service Py Visual

I created a some Py Visual in Power BI Desktop and publised in service, all visual where working and good. A week later I tried refreshing the visuals, but one of the visual showed the below error me...
  • ChidubemOM's avatar
    8 months ago

    Hi Chi-chi.,

     

    You should look into your script visual code for that particular visual. Sometimes it might be there might be an error in the code that the Power BI desktop might ignore but Power BI Service throws an error. I have encountered thsi error and it was a duplicate rendering call i created. I hope this fixex your issue.