Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.