Forum Discussion
Anonymous
7 years agoNot applicable
Power BI Web App and AWS S3
Hello, I have data on AWS S3. These data is csv or parquet format. I wish to use Power BI Web application to vizualise these data. I precise I can not use Power BI Desktop. I have not found any op...
- Anonymous7 years ago
Anonymous,
It is not possible to directly connect to AWS S3 without Power BI Desktop. There are two methods for you connecting to the data source.
1. Connect to AWS S3 using ODBC data source as described in this blog or directly call AWS S3 api in Power BI web connector. Create report in Power BI Desktop and publish it to Power BI Service.
2.Create Power BI service content pack following the guide in this article, Power BI Desktop is also required.
Regards,
Lydia
Anonymous
6 years agoNot applicable
Hi,
I used a python script in Power BI. See my suggestion at:
https://stackoverflow.com/questions/51801521/connecting-power-bi-to-s3-bucket/63185488#63185488
Hope it helps.
DB Waller