Re: Passing Multiple Parameter filters in Power BI Embedded
you can use the JavaScript SDKhttps://github.com/Microsoft/PowerBI-javascript here is an example:setting three filters on three column with multiple values: filters1 = [{"$schema":...
View ArticleRe: Passing Multiple Parameter filters in Power BI Embedded
you can do that using the PowerBI Javascript SDKhttps://github.com/Microsoft/PowerBI-javascript example: setting filters for three columns with multiple values: filters1 = [{"$schema":...
View ArticleHelp with posting content to azure ml web services
Hello thereSo I created a web service experiment that I successfully tested it through calling it via Excel.Now I would like to call it via Power bI but I dont know how to compose my content. let...
View ArticleRe: PowerBI embedded and Angular
Did anyone find a solution to embeding PowerBI into a Angular 2 app
View ArticleRe: PowerBI embedded and Angular
Did anyone find a solution to embed PowerBI into a Angular 2 app?
View ArticleHow do I embed PowerBI into a Angular 2 app?
Hi, How do I embed PowerBI into a Angular 2 app? Stuart
View ArticleRe: Passing Multiple Parameter filters in Power BI Embedded
Thanks Allmud.. Very helpful guide.
View ArticleRe: Alert Report Owner When Requesting Access
Hi , How does the user request access to dashboard in your scenario? I am trying to reproduce your issue, but I am not able to display the Pending request status under “Access” tab of the dashboard....
View ArticleDial Gauge
Hi I am using Dial Guage and the pointer value is 3.96 but in visual its appearing as 3.96999997 . Is it a bug or some settings required to be fixed?Can someone help me. RegardsShilpi
View ArticleRe: Deployment from one environment to another environment
Hi , This blog describes details about how to achieve Dev/Test/Production environment in Power BI: http://angryanalyticsblog.azurewebsites.net/index.php/2016/04/17/power-bi-content-workflow/ . To...
View ArticleRe: Questions about getting started with Power BI Embedded
kevhav wrote:I'm trying to get started with Power BI Embedded, to show reports in our "client portal," for our clients to see. I'm waiting to get an Azure subscription provisioned by our Microsoft...
View ArticleRe: embedded - external client does not see report
How did you embeded the report? Once you tried login with his/her credentials or any external credential, what did you see? If you could see the same error, use a fiddler or...
View ArticleRe: Capabilities.json
Hi Sam,Thanks for your reply. That's not too bad. It would be great if there was a page that gives examples of how to use each part of the file and just go into the detail a bit more.
View Articlestreaming combine data
Hello, I have a streaming dataset that I am visualizing in a dashboard. The dataset is coming off sensors. I have a lookup table that conatains attribute information I would like to join to the...
View ArticleRe: Dial Gauge
Try going into your model and editing the number of decimal places for your column or measure to 2 decimal places. If that does not help, it is likely a "bug" with the custom visual not respecting...
View ArticleRe: How do I embed PowerBI into a Angular 2 app?
You would either use Publish to Web feature and iframe it or use Power BI Embedded.
View ArticleRe: embedded - external client does not see report
I used the EmbedSample project from the PowerBI site.We were not able to reproduce the same error, even when using her own credentials and using an IP outside our domain:.Here is what we get (below)....
View ArticleRe: streaming combine data
How are you streaming the data, via the REST API's? I would think that the "right" way to do this would be to pipe your telemetry data up to an Azure IoT Event Hub, connect the data to Azure Stream...
View ArticleRe: streaming combine data
Piggybacking off of , I would want to know if you are using a Stream Analytics Job to query your Event Hub data and output it to Power BI. If so, you would likely need to do the lookup to rename your...
View Article