Re: 403 trying to embed report using Javascript sample
Hi, would you care about sharing the details? This same error is all over the web without an answer and the error message is really bad.
View ArticleSeparating multiple visualizations in a report into separate report pages in...
We have a report right now with the interactions working they way we like them, but we want to separate the visualizations into separate DIV's in our web app and still have them interact with each like...
View ArticleTable with Conditional Cells based on value
Hi All, i know its possible to colour a column based on the conditional formatting capabilities of the table and pivot visuals, but i'm looking for a way to colour cells (red, amber, green) based on...
View ArticleRe: Power BI in ASP Net MVC
AFAIK currently is not possible to hide filter panel or paging panel via REST API. Maybe we can upvote this.I tried using the same access token to embed report using powerbi.js, it didn't work. No...
View ArticleRe: Cannot find namespace 'D3'
, Glad to hear that you've solved this problem and thank you for sharing the solution. This might be beneficial to other community members, you could help mark it as answer.
View ArticleRe: Error when updating connection string in Power BI Embedded
Hi, We started seeing the same thing in an automated deployment script we have. We get it even when redeploying the exact same package as was successfully installed two days ago, but yesterday it failed.
View ArticleAdding custom date filter in power bi custom visuals
Hi, I am developing Custom Visuals for Power BI report. I want to add custom date filter from the report UI. I want that it will filter the report data based on date selection on the report section....
View ArticleDatarefresh between Power Bi desktop file and service
Hi team, I have done a small POC pn Power Bi desktop. Let me give a quick background on what i did. Using Power Bi desktop, i have connected to sharepoint online list and imported data from two lists....
View ArticleRe: Error when updating connection string in Power BI Embedded
We have seen the same error. We have reviewed the dll´s in order to use the lastest versions, but the error is still there. Any solution? It seems a Microsoft issue.
View ArticleRe: Adding a static js script to a custom visualization
, Based on my test, you could add a let statement as shown below.let d3 = (<any>window).d3;
View ArticleRe: Create a query/report in Visual Studio
I think you're requiring some feature like programmatically create a pbix file in code, right? So far it is not implemented yet, you can vote up this idea Power BI Designer API. Now you can only...
View ArticleRe: Create a query/report in Visual Studio
Thanks for your reply, and yes that is what I want to be able to do, to create a pbix programmatically. At the momment I create a view programattically and use this as a data source for reports....
View ArticleRe: stream data from O365 list using console application
sivapratap wrote:HI Buddy, Thanks for the reply. When i did some research on Power BI desktop version, i have seen a way to connect data to Sharepoint Online List abd publish the file to Power BI...
View ArticleRe: Power BI in ASP Net MVC
PowerBI.js is awesome. However appending "&filterPaneEnabled=false" to a url still works when I test embeding with PowerBI REST API. It is just a little typo, try to drop the l in...
View ArticleBest practices to use Cortana with tabular model?
Hello, We are currently trying the usage of Cortana on SSAS Tabular Model of SQL Server 2016. Is there any best practice to respect when developing our model? How could we proceed to increase the...
View ArticleRe: Trying to add a tile
Would you like to add a visual to an existing dashboard? You can pin a visual from report page.
View ArticleRe: power bi java script API - Finally have access tokens but no staticReportUrl
I embed my own reports with a sample code as below. Replace the id, token and embed url with yourself's, save it as a html file and open it in Chrome/IE/FF.<html><script...
View ArticleRe: Datarefresh between Power Bi desktop file and service
Hi ,When we say data refresh, is it between the power Bi data set that is created using desktop and power bi service, or when i do some update on sharepoint lists , will it automatically get reflected...
View Article