PowerBi Refresh Dataset

Refresh the dataset every 3 minutes

目前為 2016-10-18 提交的版本,檢視 最新版本

// ==UserScript==
// @name         PowerBi Refresh Dataset
// @namespace    http://tampermonkey.net/
// @version      1.0.0.24
// @description  Refresh the dataset every 3 minutes
// @author       Tuval
// @match        https://app.powerbi.com/featureddashboard
// @grant        none
// @require      http://code.jquery.com/jquery-latest.js
// ==/UserScript==

$scope.triggerClick = (function ()  {
    'use strict';
          $timeout(function() {
    angular.element('.glyphicon pbi-glyph-globalnavbutton').trigger('click');
  }, 100);
    

});

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址