Forum Discussion

asfdwd's avatar
asfdwd
Frequent Visitor
3 years ago
Solved

Scheduled Refresh for Data imported from Amazon S3

Hi,   One datatable for my Power BI report is imported from Amazon S3. The only way I know is to use python like below.  import boto3 import pandas as pd import io bucket = 'name of your bucket'...