The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All,
I am working my report on Power Bi desktop and i am using a python codes in some of my visuals. they work fine on my desktop version but when i publish the report in power bi service some of the visuals become blank.
this is the output in my desktop version :
and this is the output in the power bi service after i publish my report
as you can see one code is working fine but the other one is blank .
below you can see the code used ( the one that was working fine on desktop but became blank on service) :
My first guess was that you might be using an unsupported package but it looks like seaborn and matplotlib should be. Differing versions is still a possibility but not as likely.
https://docs.microsoft.com/en-us/power-bi/connect-data/service-python-packages-support
So, not a solution, but maybe this comment will save someone else the trouble of checking the same.
Hi,
Thank you for your reply, I checked the Seaborn version that I am using in my python environment it is 0.11.0 and the supported version in power bi service is 0.10.1. So do you think that seems to be causing the problem ? should I downgrade my seaborn version and test it ?
Thank you
It looks like v0.11.0 was a pretty major release, so it's probably worth a check.