Connecting to RSS Feed
I have been triying to connect to RSS Feed for a website but couldnt understand how to. I used Web connection but found out its just read data from that page.Have seen just one previous similar post...
View ArticleRe: Real Time Dashboard Updates Frozen
Regarding this question, you'd better ask support from Microsoft, they can check the backend log to find out what is going on. You can also report this issue.
View ArticleRe: Connecting to RSS Feed
I would think that since RSS is just XML, you should be able to use the XML connector to connect to an RSS feed. I tested this and even though the XML connector brings up a file dialog, you can paste...
View ArticlePowerbi api create dataset http respond Forbidden 403
Help , i use php creat dataset send request but http respond 403 i can't creat dataset on my powerbi <?php session_start(); $token = $_GET['code']; $session_state = $_GET['session_state'];...
View ArticleRe: Where are the "see records" columns setup?
Hi thereI'm with all the others on this one. FYI: Mod Lydia Zhang wrote back yesterday on my post that "This issue of that how “See Records” works has been reported internally, once we get any updates...
View ArticleConnect to SQL database - using script
Hi guysI am very new to power Pi , and have years of experience with qlik . in qlikview I am using Script toconnect to SQL SERVERand SELECT functio to load data from the tables . is it possible to do...
View ArticleRe: powerbi api create dataset http respond 403
HTTP/1.1 403 Forbidden Content-Length: 0 Server: Microsoft-HTTPAPI/2.0 Strict-Transport-Security: max-age=31536000; includeSubDomains X-Frame-Options: deny X-Content-Type-Options: nosniff RequestId:...
View ArticleRe: Rest API Tile in webapp does not navigate to underlying report when click
The tiles' navigation to reports when clicking is in DASHBOARD, while so far only Embedding TILES and REPORTS is supported. You could check this idea Allow PowerBI dashboards to be embedded via...
View ArticleRe: Connect to SQL database - using script
Yes, You can do that in PowerBI as well. Go to the Get Data Tab, Select SQL Server, Specify the Server & Database Name To write custom SQL Script, Select Advanced Options, Create your Script and...
View ArticleRe: Post excel using PowerBI import mode
, The POST url at both sites is https://api.powerbi.com/v1.0/myorg/imports. Check the tokenString and permission to Read and Write all Datasets and make some screenshots to better illustrate this issue.
View ArticlePowerBI create dataset response bad HTTP 400
Hello, anyone can help ? I don't know why my powerbi api creat dataset http response 400 does not working.I am following the offical provide step doing and it's response bad http 400 why?????...
View ArticleRe: Connect to SQL database - using script
Hello Bhavesh Thanks for your prompt reponse .as a qlik developer i am used to write script edit them . i asume the way you described it is the only way to connect . it works the same way also with...
View ArticleRe: Connect to SQL database - using script
Yes. There are not many differences between Free & Pro Version. Everyting is same, Except limitations in uploading and sharing dashboards in PRO version have more options than Free PowerBI Service...
View ArticleRe: building powerbi core repo playground does't work
, According to the error message, those related files are not located in assets folder under root directory. Copy the files in lib folder and check if it works.
View ArticleConvert dates fron SQL to normal date format
Hi Guy I start to make my first doc , I get field from my data base as dateit look like this93571209524160994320010218240105307201058112010782720107942401092096010955520 it is date or date and...
View ArticleRe: API Authentication using PHP
hello i can working but powerbi api create dataset http400 http://community.powerbi.com/t5/Developer/PowerBI-create-dataset-response-bad-HTTP-400/m-p/78401you can reference my code .If you know...
View ArticleRe: Convert dates fron SQL to normal date format
Well, I *believe* the equivalent formula in Power BI would be: DOCDATE = DATE(1988,1,1) + [IVDATE]/(60*24) * 1.
View Article