Re: Filter Chart using JavaScript API
Thanks . I'm able to get it work with PowerBI Embedded.
View ArticleRe: Construct Filter with Javascript function
Below code works in my test. You can debug your filter by using the alert statement before applying it. Check more details on Filters. By the way, do note that when using "In", it is values and when...
View ArticleRe: Using multiple AND conditions along with the filtered
If you're talking about appending filter parameter to the embedded url, AFAIK, this approach doesn't support more than one parameter. To implement "and" or "or" filters, you can use the Power BI...
View Articlestream data from O365 list using console application
Hi Team,As part of POC, we are analyzing the features of Power BI REST API to stream line data from O365 sharepoint List to POWER BI online.as part of this exercise, we created a console application to...
View ArticleRe: How to customize and package existing power bi visual
, You may check this link. If that doesn't work, you will need to follow the new tutorial to create the custom visual.
View ArticlePlot a line on a Map
Hi All, I have a request for the ability to show routes on a map in a Power BI report. The user has a list of routes with origins and destinations. They would like an arc drawn between each of the...
View ArticleRe: Construct Filter with Javascript function
This is now working for operators besides "In". Modified code: function advancedFilter(table, column, logicalOperator, operator, value){ if (logicalOperator == undefined || logicalOperator == "" ||...
View ArticleRe: Construct Filter with Javascript function
Disregard. It appears that "In" is specific to a basic filter, which is why I was throwing an error. All seems to be working perfectly now, than you for your help!
View ArticleRe: Connection String for Embedded report which uses DirectQuery
This tutorial How to use Power BI Embedded with REST helped me set the credential for my datasource. I was not able to set them using the option 7 of the provision example, I used a Rest client like...
View ArticleRe: Connection String for Embedded report which uses DirectQuery
A very useful article is How to use Power BI Embedded with REST under the heading "data source connectivity" I foundvery useful info how to set connection strings and set credential to the datasource....
View ArticleRe: Plot a line on a Map
You can't do this in any of the existing map visuals but there is a possible R script solution here.
View ArticleRe: Using multiple AND conditions along with the filtered
Could you please give more details or some example, power bi has had very little documentation
View ArticleLooking for Developer Help for Project
We (Tactical Cloud) have developed a connector using NetSuite’s Rest API’s to pull any and all data (i.e. financial and operational) from NetSuite into PowerBI and Power Query. The connector works...
View ArticleRe: streaming combine data
Thanks for the reply. I am simply following the tutorial that was posted here. My data is coming straight from a Raspberry Pi device into Power BI. I am not using Azure at all. It is pretty cool...
View ArticleRe: Render hyperlink in report : Data from azure db.
Hi , As you're using DirectQuery and there are no urls in your data, I don't think it is possible to render hyperlinks in this scenario currently. I would suggest you to vote a similar idea here. Regards
View ArticleRe: Link to full screen
I can only find the "enter full screen mode" in a "published to web" link, regarding this button, it doesn't call any specific link, it just calls some javascript which has the same action like...
View ArticleRe: Getting an error while loading the dashboard embedurl in iframe.
The getdashboard api is for embedding a dashboard tile. As of now, a dashboard can't be embeded. You can check this idea Allow PowerBI dashboards to be embedded via iframe and vote it up.
View ArticleRe: Real-time Dashboard didn't display data (using REST API)
Based on my test, the streaming data tile is working fine now in Power BI Service. How do you configure the tile? Also make sure that you've feed the correct dataset via API.
View Article