Forum Discussion

marcobaciga's avatar
marcobaciga
Icon for Helper I rankHelper I
9 years ago
Solved

Integration Power BI Desktop report to PHP application with PowerBI API

Hi, is it possible integrate my php application a report or a tile powerbi using PowerBI API? Can you put the php code to do its?   Thank you   Marco
  • marcobaciga's avatar
    marcobaciga
    9 years ago

    Hi, i have tried this solution.

    And when i run web site i receive a mistake.

    Promise: not definited

     

    in this part of code:

     

         var promise = new Promise(function (resolve, reject) {
                    deferred.resolve = resolve;
                    deferred.reject = reject;
                });
                deferred.promise = promise;
                return deferred;

     

    what cani do?

     

    Marco