weiweicui / PowerBI-Routemap

23 stars 11 forks source link

Code not working in Power BI web #9

Closed hamza005 closed 6 years ago

hamza005 commented 6 years ago

Hello! I downloaded the code and followed the instructions. Every thing is running nicely... Following image is of the terminal after running

npm run watch

screenshot 13

But the visual on the power BI web is empty... following is the screen shot of the web visual in development mode...

screenshot 14

Kindly help if someone knows the issue. Thanks in advance

hamza005 commented 6 years ago

I've tried using previous version commits but the same issue arises.

weiweicui commented 6 years ago

anything in the console log? I think you should apply and set the bing key to the project. This may cause the issue. https://github.com/weiweicui/PowerBI-Routemap/blob/9c93433620262ba370cf229408abb4d6c16e4ec6/code/lava/bing/controller.ts#L161

hamza005 commented 6 years ago

There is nothing in the console log. I'll check the controller.ts for bing credentials.

hamza005 commented 6 years ago

I've used the new bing key generated from the bing account. but the same issue arising. :/

screenshot 20

hamza005 commented 6 years ago

Following is the console after running in power bi web in development mode:

screenshot 19

weiweicui commented 6 years ago

seems the app.js has an inconsistency, i just patch a little to make it work for the time being. please update the code to see if it works?

hamza005 commented 6 years ago

Thanks! it's working now.