Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Olá a todos, tudo bem?
Desenvolvi um dashboard usando um script Python para conectar a API. Criei um ambiente virtual com a versão Python e bibliotecas suportadas pelo Power BI, mas só funciona no Power BI Desktop, estar online não funciona, me diz que não encontrou os módulos pandas, matplotlib e etc.
pedidos
de importação import pandas como pd
import json
link_get_all_organizations = " https://api.pipedrive.com/v1/organizations?limit=500&start=0&api_token=TOKEN "
df_response = requests.get(link_get_all_organizations).json()
df_all_organizations = pd.DataFrame.from_dict(df_response['data' ], oriente='colunas')
Local funciona perfeitamente, mas online está exigindo o pacote.
Local
É possível instalar os pacotes no Power BI Service?
HI, @v-yueyunzh-msft
The required credentials are the api token that is in requests.get(), I changed the permission in Power BI desktop and online to Public, and the libraries are installed on the same machine where the Gatway and the dashboard are.
Do you have any other ideas of what it could be?
Hi , @Anonymous
According to your error message, you encountered an error when configuring data source credentials for the gateway, it seems that the error is because the corresponding Pandas module, matplotlib, etc. are not configured and installed on your gateway computer, can you disclose that your gateway computer and your machine are the same? If not, you can go to your gateway computer and install the corresponding Pandas module, matplotlib, etc. and restart the gateway to check if the problem is solved?
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
30 | |
19 | |
19 | |
13 | |
13 |
User | Count |
---|---|
30 | |
21 | |
19 | |
18 | |
16 |