Using Rest API to List Tables Group
I am trying to use the REST api to insert rows in a Table that resides in a Shared Workspace. I can list all the groups I can see using: https://api.PowerBI.com/v1.0/myorg/groups And using the relavant...
View ArticleRe: How to use Power BI Rest API without GUI authentication (redirect uri)
Hi there, What do you use for the Username/Password for your solution. We use SSO at our company so not sure what account I can use.
View ArticleRe: How to use Power BI Rest API without GUI authentication (redirect uri)
I currently use my personal credentials. We're planning a change soon. What sucks is that PowerBI doesn't really allow multiple users to build reports off an API dataset. Our plan is to get a shared...
View ArticleRe: How to use Power BI Rest API without GUI authentication (redirect uri)
So in my case, when I log into Power BI using our company SSO, I use the my internal company AD network username and password. Are you saying these should work ok? Oh and I take it your code is...
View ArticleRe: How to use Power BI Rest API without GUI authentication (redirect uri)
The big catch is that you have to give permissions the first time. In my case, the account that "owns" the dataset is my personal account. I had to set up my app to use traditional authentication wiht...
View ArticleRe: Using Rest API to List Tables Group
Further to this, when I try to list tables under a dataset in My Workspace I get "GET tables method is not supported for this dataset" even using the Apiary API console. Does the API only work with...
View ArticleRe: How to create a custom visualization in visual studio?
Is there another link? Both links in the replies are not active.
View ArticleRe: How to create a custom visualization in visual studio?
Both links appear to be down. Is there another link? My GoogleFu turned up nothing!
View ArticleCan a custom visual get access to the current report/dashboard name
Ofcourse you can hack this by using jQuery: $(top.document).find('.currentNavigationTitle:visible > span:visible').text() However this does not work in sandboxed mode. Any way to do this using the...
View ArticleRe: How to use Power BI Rest API without GUI authentication (redirect uri)
I can handle that for now. I take it you used a web-app rather than the native-app given there is a client-secret in your code.
View ArticleRe: How to use Power BI Rest API without GUI authentication (redirect uri)
I keep getting a 400 error "Bad Request". I'm not entirely sure I'm using the correct values for the TenantID, username/password etc. I ripped the TenantID out of the page source of Power BI HTML page...
View ArticleRe: power bi dataset showing invalid data as "record " for array data get...
I am also running into the same issue, when testing the data on Stream Analytics, the data are shown correctly, but once the output goes to PowerBI, they all became "record". Does anyone have a work...
View ArticlePower BI Embedded using On Premise Gateway Sql Server data source
Hi, We have installed the on premise gateway and added our sql server to gateway data sources. and the test connection is working well. how can we set the report to use on premise gateway sql server...
View ArticleRe: datasets.setAllConnections not working in Node SDK and CLI Tool (BUG?)
Thanks for fixing the issue. I now can upload the connection string.Blow my Request WebResource { rawResponse: false, queryString: {}, method: 'POST', headers: { 'Content-Type': 'application/json;...
View ArticleRe: datasets.setAllConnections not working in Node SDK and CLI Tool (BUG?)
Can you explain the new issue? You mentioned everything is up-to-date, but the data is the same...? Has the underlying data changed in your datasource?
View ArticleRe: datasets.setAllConnections not working in Node SDK and CLI Tool (BUG?)
Yes the data changed. A new row is added every 30 sec. I would expect all visuals get updated when I trigger updateallconnections. They are not.But if you go into zoom mode of a specific visual you get...
View ArticleRe: datasets.setAllConnections not working in Node SDK and CLI Tool (BUG?)
The report will not automatically update on the client side when new data becomes available. We are working on enhancements to the JavaScript SDK that will make this easier. Also - you should not...
View ArticleRe: datasets.setAllConnections not working in Node SDK and CLI Tool (BUG?)
mmh. Yes i am using directQuery. I don't request new data every time (aka filter). I use a slicer to filter on DateTime for example. In my perfect world this would also update the data set. Any tip for...
View ArticleRe: PowerBI Client 2.0 beta testing
The `dev` branch is currently under active development. If you are having trouble with bower please try NPM for the time being.
View Article