Re: How to embed some Power BI Tiles in a Rails App?
My understanding of the process and how I have gotten it to work, yes, you need to do #3. The sample application walkthrough provides a .NET command-line application and instructions for registering...
View ArticleRe: How to embed some Power BI Tiles in a Rails App?
Ok, so you never had to follow that walkthrough?https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-tile/ Nor that one?https://msdn.microsoft.com/en-us/library/mt186158.aspx (Oo)
View ArticleActive Directory Users Query is Slow
The query below takes 30-60 seconds for 10k users, consuming a lot of processor and network bandwith while it runs. Is there a faster way to write this query? I suspect that I am downloading the...
View ArticleRe: Clientside - 403 Forbidden using Embedded - just happened today
I have the same error.https://wabi-south-central-us-redirect.analysis.windows.net/powerbi/metadata/userSettings Failed to load resource: the server responded with a status of 403 (Forbidden)
View ArticleSomething Went Wrong popup when trying to integrate a report in a web app
First of all I'm following this tutorial https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-report/ using exactly the same code mentioned there in github for integrating...
View ArticleRe: Developing Custom Visuals: Old API vs New API
Hi Sam, Thanks for the links! I've been working with the SelectionManager in the new API, but it's not yet at parity with the functionality of IInteractiveBehavior or IInteractivityService. I'm working...
View ArticleRe: Something Went Wrong popup when trying to integrate a report in a web app
We had 403 errors on timeout of our token in a report...things would look OK if static, but hitting a slicer would lead to an "x" on every crossfiltered slicer. Make sure the token timeout is longer...
View ArticleFailed to load settings
Hello all, We've been sailing along with our embedded site...it's fast and works great...at least until this am. We get a message thatSomething went wrong.Failed to load settings ...(some stuff on id,...
View ArticleRe: Failed to load settings
When I click the "get help" link it takes me here: https://powerbi.microsoft.com/en-us/support/ and says: Affected users are unable to view embedded reports in the Power BI service. Engineers are...
View ArticleRe: PowerBI Embedded problem with Enterprise Gateway
I heard through the grapevines that this was supposed to be announced "any time now" (sorry for the vagueness). Anyway, I hope that Microsoft understand the situation they put their customers and...
View ArticleRe: How to retrieve table data from Power BI desktop into custom visual?
I figured it out. Had to modify capabilities.json and use DataViewMappings in my visual.ts file.
View ArticleRe: Something Went Wrong popup when trying to integrate a report in a web app
We are having a 401 issue. When I click the "get help" link on the message it says: Users working in PowerBI embedded mode are unable to view reports and are receiving this error message: “401...
View ArticleRe: How to retrieve table data from Power BI desktop into custom visual?
Cake walk in the park
View ArticleRe: Clientside - 403 Forbidden using Embedded - just happened today
Hi. Any progress with the issue - it is still Forbidden using Embedded in my portal
View ArticleRe: Clientside - 403 Forbidden using Embedded - just happened today
This should have being resloved now. Let us know if it is not
View ArticleGap Analysis visuals restricted to only top 20 records?
Hi I am using this Gap Analysis in our solution. recently found this visual to show up only 20 records which means 40 line of rows from the dataset. When the data set limited to less than 40 rows, then...
View ArticleRe: Export data from Embedded reports on external web application
Being able to disable export would be a feature that we would really like to see.
View ArticleRe: Streaming Dataset DateTime Field Date Hierarchy Missing
I am guessing that you're using Streaming datasets option in power bi service and building your reports and dashboards there. For date hierarchy to work, column has to be defined as of type DateTime....
View Articlepower bi loading - svg image causes scroll issues in chrome.
This is recent to the UI - Prior to loading of charts the loading section having svg images causes scroll issues in the chrome browser. Note this happens only when the user tries to scroll the page...
View ArticleRe: Streaming Dataset DateTime Field Date Hierarchy Missing
Thanks for the response. I'm not sure that is the case though since when creating the dataset I explicitly defined the data type as DateTime. In addition the time based series for the real time tiles...
View Article