Allow refreshing of datasets through the API. It's quite an issue for us. After I have updated my database i either have to a) wait for the scheduled refresh to execute b) go online and press refresh...
fbcideas_migusr
6 years agoNew Member
Hey! You can refresh from the API. This is basically what's needed in PowerShell: $uri2 = "https://api.powerbi.com/v1.0/$groupsPath/datasets/$($dataset.id)/refreshes" Invoke-RestMethod -Uri $uri2 -Headers $authHeader -Method POST You'll need to build the auth first but I've got a blog post on that in the works. I will post a link here for you if needed
Recent ideas
Support SNC Authentication for SAP BW in Power BI Report Server
Organizations are increasingly moving toward encrypted and certificate-based authentication for SAP BW connections due to security and compliance requirements. Currently, Power BI Report Server (PBI...Indramouli2 days agoNew MemberNew7Views0likes0CommentsHow to remind the Global team to respond to ECNs with greater efficiency
Suggest Power BI send emails to each responsible person, and display how many days they have spent handling each ECN, compared to the required number of calendar days for completion.richardzhu2 days agoNew MemberNew38Views5likes2Comments