Re: Power BI embedded supports data refresh
I am currently doing it with key-press emulation; works most days but somethimes fails when there is a change
View ArticleRe: View Dashboard In Native App
So far there's no such feature. You could check the below ideas and vote them up.Allow to embedded report into a WinForms AppAbility to include dashboards created using Power BI within an application...
View ArticleRe: SharePoint + Power BI best integration
The option b is 3rd-party and the underlying code seems just basing on option a.The advantage for option b would be easier approach for Sharepoint development while the disadvantage would be update...
View ArticleRe: Show total only last month
Hi , You can try to use below formula if it works on your side: Total of last month =var currDate=MAX(Tempo[Date])returnSUMX(FILTER(ALL(Tempo),currDate>=...
View ArticleRe: Azure Stream Analytics now as a Streaming Dataset?
Check this page Real-time streaming in Power BI (Preview) which is published on 10th Nov.
View ArticleRe: how to set page & filter to embedded report?
, By using the new Power BI JavaScript API, you could set the load configuration properties pageName and filters.https://github.com/Microsoft/PowerBI-JavaScript/wiki/Embed-Configuration-Details
View ArticleRe: Power BI Embedded and Direct Query
, With Power BI Embedded, you can use DirectQuery with cloud data sources but not on-premises data sources at this time. See FAQ at...
View ArticleRe: How to define dataViewMappings for multiple tables?
, Thanks for sharing the information. We can see that the kind property has been changed. "dataRole.kind": { "type": "string", "enum": [ "Grouping", "Measure", "GroupingOrMeasure" ] },
View ArticleRe: Why is my report empty when embedded in JavaFX app?
, I mean have you tried other URLs that start with https, not http?
View ArticleRe: Trying to Connect to Gateway for Auto Refreshes: URGENT
Hi , Please make sure the Connection String used in data gateway is the same as the one in .PBIX file. Also verify if only this ODBC data source "midb" used in this .PBIX file. Best Regards,Qiuyun Yu
View ArticlePower BI Embedded, Filter through URL
Hi, I am trying to create a report with a line chart with Dates on the X axis. I am passing the Date as the parameter through URL.Now, I would like to calculate Week No for the Date passed in URL and...
View ArticleRe: Error 429 - too many requests
I'm having same 429 error... sending 1 request per/second to the Streaming dataset in Power BI services (my account is the Pro license)... worked well for about 3 days, now returns 429, too many...
View ArticleHow to Single sign into an application(portal) and redirecting to specific...
A customer facing website where the dashboard needs to be deployed. Once customer log in the website, Power Bi should not ask for authentication again. Is there any possibility of using any API's and...
View ArticleRe: Trying to Connect to Gateway for Auto Refreshes: URGENT
Got it working now....Many thanks your advise helped me get on the right route bascially I had to pass connection string manually in the editing query option when creating a report and selecting a ODBC...
View ArticleRe: Issue with external library
I'm not sure I understand your question.When adding the external libs to the tsconfig, the code is initialized just before mine and are accessible through the window object
View ArticleUpdate data via Power BI REST Api
Power BI Rest API enables you to insert new data in a data table or delete the whole data. But you are not able to delete a row or update an existing row, as far as I know. I want to update existing...
View ArticleRe: How to define dataViewMappings for multiple tables?
- Yes, the kind property has been changed in 1.2.0. We can no longer use a number to indicate a kind since it is now a string.
View ArticleRe: Is there a way to stop the new Timeline control looking comically big?
Hi , Based on my test in Power BI desktop version 2.40.4554.463, the TimeLine visual can be resized, it needn't to occupy lots of space. If the date bar is wider than the visual width, the horizontal...
View Article