Re: How to Publish multiple reports to Power BI instance
An addition to , Check this sample getting-started-for-dotnet-import in Github.
View ArticleRe: Row percent based on row total in a matrix
ridercos wrote:Hi I need some help.. I have a table Date(Bins) Type A Type B Type C RowTotal (I created this measure adding the row) Jan 2016 30 276...
View ArticleRe: Power Bi Embedded Row Level Security
Could you post the code snippet of the RLS token?In my case, I use below and it works in my test. var embedToken = PowerBIToken.CreateReportEmbedToken(this.workspaceCollection, this.workspaceId,...
View ArticleRe: Connect with SAP R/3 module using Power BI
Here's a sample sending a request with JSON in the body which works in my test before this post. You Power Query code looks good. As the response message shows "invalid input parameters", I'd doubt...
View ArticleRe: Changing Dataset/Data Source for Dashboards
Couldn't you use a direct query or re-publish and overwrite the report?
View Articlee depenRe: Debug Assert failed: Feature switches have not been registered
What does replace dependencies mean?? do i have to load the project again in VS and manage my NuGet packages and compile and re-deploy for each and every installatin i have? Is that an acceptable...
View ArticleRe: Refresh dataset in .pbix file programatically
Please explain your statement further: "you can definitely schedule refresh on Online Service directly". Is this relevant if we are using Power BI Embedded PBIX files?
View ArticleCan't query data from database directly - have to use Stored Procedures...
Ok so I know this topic has been brought up before but after scouring forums and blog posts for the last couple of hours I am yet to come up with a way around my issue... Current SituationI am working...
View ArticleRe: e depenRe: Debug Assert failed: Feature switches have not been registered
everybody looking for a solution to this erroe - please see resolution on this thread...
View ArticleRe: USing REST API Data As souce
Lydia, this is neat, but how did you create this PBIX file? I see that the Data Source settings contain a JSON object, but in my PBIX files they all use SQL tables. Can you post the steps for how to...
View ArticleHide Microsoft Power BI in Published Visualization
Is it possible to remove/replace "Microsoft Power BI" that displays in the lower left hand corner of a visualization that is published? I'd be out of a job if people figure out they can do this on...
View ArticleCustom Object Drowdown
I'm creating a custom visual. I want to include a dropdown object on the format pane that I can fill with options. I know it's possible because it's in the standard KPI visual, but I can't find any...
View ArticleNumber Formatting Function
In my custom visual, I'm trying to get the format from a measure. This passes the format of the measure to the ts file: dataViews[0].categorical.values[0].source.formatIt produces a value like: '0.0...
View ArticleRe: Changing Dataset/Data Source for Dashboards
In what sense? I would need to be able to "duplicate" the dashboard in it's layout, just with subtley different data from the same source. What do you mean overwrite the report or use direct query? Is...
View ArticleLiquidFillGauge - format error
LOVE this visual! But I cannot get my head around "refresh issue". Refer the 2 image I attach. As you can see I have set the convert 1.22 to 122% format.. However when I select from a filter the Visual...
View ArticleHow to add custom Properties in custom visuals
I have a custom visual which is using ag-grid, I want a way to add custom properties which may be hidden from the Formatting options in the visual pane. For example there is an option in grid to sort...
View ArticleRe: Data Security
Many thanks for that link. I did read that before posting my post. The article i feel does not absolutely tell me if my data is being taken outside and stored outside. My assumption is yes it does and...
View Articlereport.off is not a function
Hi, I am attempting to embed a report in my MVC project but I keep getting a stream of Javascript errors attempting to embed a report. The wierd thing is that the report is embedded and seems to be...
View ArticlePower BI Embedded OR POWERBI SERVICE
We are considering making the our visualizations using Power BI for a client and potentially extending to all clients as part of the portal. The data would be powered by ONPREMISE SQL server data.We...
View Article