Does PowerBI Embedded REQUIRE direct connect
We can make direct connect work well, but woudl also like a "normal" dataset that does not use direct query. Can it be refreshed in place?
View ArticleRe: Does PowerBI Embedded REQUIRE direct connect
Not currently, but in their documentation it states that they will be adding more data sources and access types. Which I can only imagine would include this, it would have to in order to be a viable...
View ArticlePower BI Embedded Roadmap
We are currently building a new platform on top of Azure and had earmarked Power BI Embedded as our BI visualisation solution. Currently we can get a list dashboards and display them with filters. This...
View ArticleRe: How create property string in power bi custom?
String properties are defined as follows:type: { text: true } EDITED:By the way, you can see how the property type descriptors are defined in the VisualContracts.d.ts file in the custom-visuals github...
View ArticleRe: Power BI Embedded report is no longer being rendered.
I am also facing similar kind of issue but for me it is rendering after some time
View ArticleRe: Custom visuals not showing in embedded
I tried it. Still not working. I discovered that my old report created with old version of Power BI Desktop has custom visuals working on IE and Chrome. But after I downloaded the April update of Power...
View ArticleRe: Custom visuals not showing in embedded
This is still an issue - my custom visuals are no longer working - no errors either.
View ArticleVisual bullet chart won't compile in Developer Tools
If I import the bullet chart pbviz into https://app.powerbi.com/devTools I receive an error: Compilation Error in Your Visual. How was the create bullet chart pbviz created if it won't compile?
View ArticleRe: Where are the "see records" columns setup?
Hi everybody, I found in this link http://community.powerbi.com/t5/Desktop/In-line-hierarchy-levels-for-drill-down-in-power-bi-desktop/td-p/33427 this "Seems like it is picking up all the text based...
View ArticleRe: API for Reports and Tiles Not Loading
Yes I am injecting the token. The iframe content appears to be valid because when i inspect the script in the header in the iframe it has all of my relevant info, just the bouncing dots never stops...
View ArticleDifferences between PowerBI and Stream Analytics for real-time dashboard
Hi, I'm using PowerBI online with a profesionnal account. I read excellent articles about handling powerBI datasets through an API, that's awesome! I need to insert data in a daily temp dataset to...
View ArticleRe: Dynamically define colour of bar/column graph - custom visualisation
Thanks for the feedback. In this case, we don't know how many products there are, or what there names are so I don't think we utilise the UI to choose a custom colour.
View ArticleRe: Dynamically define colour of bar/column graph - custom visualisation
That's a great help, thanks. Not sure if I'm thinking about this correctly, but what do we do at the UI for the user - i.e. where can we allow the user to 'place' the colour field, assuming they have...
View ArticleRe: Differences between PowerBI and Stream Analytics for real-time dashboard
As far as I understand, Stream Analytics just uses the same API you would use yourself if updating the data directly yourself via the API. There's some information here regarding the retention...
View ArticleRe: Drilldown Stopped Working on Custom Visual
If nobody can assist me directly with this can anybody at least suggest some visual code I can use as a reference point? I used to use the FunnelChart, but gradually even the code for that has shifted...
View ArticlePowerBI Embedded: Export facility
Does anyone know if there are any plans to enable the export functionality within PowerBI Embedded reports? If not is their anyway to retrieve this data directly from the apis?
View ArticlePower BI embeded report data source problem
After fllowing all steps to embed a PBI report, I still have this connection problem.The report have a direct connection to an SSAS cube.what could be the reason ?
View ArticleRe: Where are the "see records" columns setup?
Thanks, that works, but is quite unfortunate that we need to do this work-around. I was really excited when they added the "See Records" feature. That feature is incredibly valuable for us. However,...
View ArticleRe: Power BI embeded report data source problem
Unless I'm missing something, I don't think that is a supported data source yet. FAQ What data sources are currently supported with Power BI Embedded?During the public preview of the service, we are...
View ArticleRe: API for Reports and Tiles Not Loading
So I fixed the first one. I was indeed injecting the token in the iframe but it was tied to the click event for setting the url which was too soon since the url hadn't loaded yet in the iframe. I added...
View Article