Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

Python Visuals in the powerBI service not showing any data when you filter down to one point to plot

Hey Guys, 

Recently I have been coding a lot of my own visuals for powerBI and had a lot of success with the python Visuals. However, I have encountered a bug in the powerBi service that misses the first point when you filter down to it on my matplotlib plot, Which is very strange as it works both in my notebook file, in the powerBi Desktop and on other peoples computers on powerBI desktop. 

Anyone encountered this issue? Or any ideas for a fix 

Thanks 

Ben 

 

1 Reply

  • v-henryk-mstf's avatar
    v-henryk-mstf
    Icon for Community Support rankCommunity Support

    Hi Anonymous ,

     

    According to your description, python visual has different restrictions on the desktop and the service, which leads to problems when it is displayed on the desktop and published to the service.

     

    When you publish the repor to your Power BI workspace, the visuals are automatically refreshed when the report is viewed. Note, there are a few constraints on the size of the serialized Python dataframe, and the execution resources used by the Python scripts, that are summarized below.

     

    related blog link:

    Python visualizations in Power BI Service | Microsoft Power BI Blog | Microsoft Power BI


    If the problem is still not resolved, please provide detailed error information and related operation screenshoots. I will do further testing for you. Looking forward to your reply.


    Best Regards,
    Henry


    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.