This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. 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.