Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I've developed a Power BI report that reads data from BLOB Storage, where new JSON files arrive every 2 minutes. To optimize performance, I've set up incremental refresh in Power BI. However, the refresh process is currently slow, taking about 15 minutes, even when only 1-2 small files (less than 5 MB each) are added to the BLOB storage. My requirement is to refresh the report every 5 minutes. To address this, I'm attempting to create a Python script that can be scheduled to run every 5 minutes. This script will detect changes in the BLOB storage and update the Power BI dataset accordingly. I'm facing challenges in connecting Power BI with Python, particularly in obtaining a Power BI Access Token. Can someone please provide me with detailed steps on how to obtain a Power BI Access Token?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.