Re: Error when updating connection string in Power BI Embedded
At the moment I post, I can update the connection string with the option 7 in this power-bi-embedded-integrate-report-into-web-app. Only when I type a wrong datasetID, can I get the same error. Can...
View ArticleRe: Allow end users to create / design reports
If you're talking about Power BI Embedded, you can allow you users to upload the pbix file to your application server and then import the pbixs to the Workspace on Azure. Check...
View ArticleRe: Error when updating connection string in Power BI Embedded
This issue has now been corrected by Microsoft, at least in West Europe, so now it's working for me.
View ArticleRe: Separating multiple visualizations in a report into separate report pages...
I don't think it is possible. As of now, interactions among pages is not implemented yet. You can sumbit your idea and vote idea on that site as well.
View ArticleRe: Error when loading DirectQuery PBIX file: Datasource has no credentials,...
At the moment I post, it shall work. It seems a period outage and right now it works. I get the positive reponse from the ones who had the same error in this link.
View ArticleRe: Error when loading DirectQuery PBIX file: Datasource has no credentials,...
Hi , Thanks for your response! I tried this but instead of a NotFound exception I received a BadRequest.However I'm able to update my credentials with: await...
View ArticleRe: Create a query/report in Visual Studio
markduffill wrote: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...
View ArticleRe: Table with Conditional Cells based on value
, As far as I know, there isn't an available way. To create a custom visual, follow this tutorial. By the way, please don’t forget to vote for any feature that you would like to see in the Power BI...
View ArticleRe: Create a query/report in Visual Studio
It's more the ability to create measures programmatically that I am interested in
View ArticleRe: Error when updating connection string in Power BI Embedded
instead of a NotFound exception I now get a BadRequest, but I can update the connectionstring... What is the format of your connectionstring?
View ArticleRe: Error when updating connection string in Power BI Embedded
This is the format I´m using: Data Source=yourDataSource;Initial Catalog=yourDataBase;User ID=yourUser;Password=yourPass; I hope it helps you.
View ArticleRe: Adding custom date filter in power bi custom visuals
, This could be a challenge for custom visual. You may check if a slicer works, it is an alternate way of filtering.
View ArticleRe: Create new custom visuals from the scratch code
, This is another error, better to raise a new thread. That way, community members could easily find the solution to a specific problem. By the way, you may post some screenshots and the related code...
View ArticleRe: Error when updating connection string in Power BI Embedded
It was the one I was always using. Problem lies with the fact that there was not set a firewall rule for the Gateway. Once I granted access to the database for the specific IP Address the problem was...
View ArticleRe: Error when loading DirectQuery PBIX file: Datasource has no credentials,...
Finally found the issue! When I used PowerBI-CLI the problem became a bit clearer. Apparently I needed to grant access to a specific IP Address to the relevant SQL database. After that I could finally...
View ArticleHow to change the bar color/axis label color in custom visuals
Hi, I want to change the bar color and axis label color. How can I change the color. I write the same code which is downloaded from the github. This is my sample code to set the color in...
View ArticleRLS with embedded
Hi. I would like to know if it is possible to make my own webpage where the user has to login with his/her Power BI account and access to certain reports showing data depending on the role of the...
View ArticleRe: Error when loading DirectQuery PBIX file: Datasource has no credentials,...
How do you find the up address of PowerBI Embedded in order to whitelist the up address? Is it guaranteed not to change? I was under the impression that azure to azure calls didn't need it address...
View ArticleRe: Error when loading DirectQuery PBIX file: Datasource has no credentials,...
You mean IP address right? The IP address is an Azure IP Address, apparently you can switch on "Allow access to Azure services" on the Azure SQL Database. Then all Azure Services will have access to...
View Article