Re: When I used a function to wrap y axis labels Points no longer lining up
, You may try to use CSS3 word-wrap property or a percent value.
View ArticleRe: Power bi report using web api with querystring parameterized and stored...
Hi,You are right I am passing different parameters to the published power bi report. I am passing as http://localhost:51919/api/getdbinfo/GetCustomerByID/?customerID=1Based on the customerID value...
View ArticleRe: Adding a new table to existing dataset
As per the online documentation, there's no API to add a table to an existing dataset. You can check this idea Update Dataset using Power BI REST API and vote it up. AFAIK, the only workaround can be...
View ArticleRe: Stream Dataset for local SQL Server Database Query
Hello,Could you please describe a little bit more your API?If I have a local MS SQL with ip 10.0.0.1 and db name 'production_db'with constantly updated Fact_Produced table, with a two columns DateTime...
View ArticleRe: Stream Dataset for local SQL Server Database Query
Hello,Could you please describe a little bit more your API?If I have a local MS SQL with ip 10.0.0.1 and db name 'production_db'with constantly updated Fact_Produced table, with a two columns DateTime...
View ArticleRe: Custom visual timeline problem in PowerBI Dashboard
Thnx for the answer. Gave it 3 votes, hope they will release the possibility soon.
View ArticleUn-include visualsandbox.min.css
It appears that Power BI custom visual always include visualsandbox.min.css which applies some styles to most tags in the document. I have a web application loaded into custom visual and some of my...
View ArticleRe: Un-include visualsandbox.min.css
I've just realised I could have used javascript to find link tag and disable visualsandbox.min.css. Still, I wonder if there's a flag or any official API to disable it.
View ArticlePowerBI Embedded - Dynamically create visuals
Hello, I need some clarification regarding the creation of Vizualizations. I have a need to create 1 to N number of Vizualizations. Is it possible to dynamically create visuals via code (or some...
View ArticlePower BI Embedded - Changing the graph type in an embedded report?
Hi,I have a Power BI embedded report inside my application and I'm trying to work out how the user could change how the data is represented. Can the user select which graph type to use for the dataset...
View ArticlePower BI API's
Hi All, I have a requirement to build dashboard for the client using Power BI Desktop but it's have some limitation's to meet the requirement for the developement of that dashBoard. Can we build the...
View ArticlePower BI Embedded - Filtering dataset based on an array (WHERE clause)
Hello, I've got a need to display a report containing data (using DirectQuery). My datasource is a SQL view. Is it possible for me to pass a parameter(s) to a WHERE clause when rendering my report so...
View ArticleRe: Web Service URL Not Working(PowerBI Desktop-Sql ServerReportingServices)
Thank you,i tried thishttps://sivakumar/ReportServer/Reportsalso,but still no result and i am posting same issue on other reporting service forums.I will get back you once i got solved.hope some one...
View ArticleRe: PowerBIClient generates System.ArrayTypeMismatchException
I'm sorry, at this time there's no acceptable solution to this issue so I went ahead and rebuilt the whole thing using REST calls. Too bad it had to cost me loads of hours to resolve with a complete...
View ArticleRe: Embedding group reports - 401 not authorized response for GROUP MEMBER
What you're experiencing is actually the expected behaviour and atleat what I would expect. When you decide to implement RLS you're saying you want to restrict access to data within that report and so...
View ArticleRe: Get data using REST API
, thanks for the clear answer. To answer your question, we want to pull the data from the report for the same reason a user would use the 'Export data' fonctionnality on a report visualization. I think...
View ArticleAddling filter using javascript API (Power BI Service)
Hi All, I'm new to power BI. I added a basic filter to to the report but it doesn't seem to work. var config = { type: 'report', accessToken: txtAccessToken, embedUrl: txtEmbedUrl, id:...
View ArticleHow do I set up an administrative account that gives access to a developer...
How do I set up an administrative account that gives access to a developer account?
View ArticleRe: PowerBI Embedded - Dynamically create visuals
So far, Power BI doesn't have that capability, you can check this idea Power BI Designer API and vote it up.
View ArticleRe: Power BI Embedded - Changing the graph type in an embedded report?
So far, Power BI doesn't allow to change the visual when viewing, you can sumbit your idea at Power BI Ideas and vote it up. As a workaround, maybe you can try to generate pages for different visuals...
View Article