Because is not possible use Direct Query and Import in the same time?
Hi everyone, I would like to understand beacause is not possible use Direct Query and Import in the same time on Power BI? Thanks,
View ArticleRe: Because is not possible use Direct Query and Import in the same time?
Hi ,Power BI used to be a 'one or the other' approach with DirectQuery vs. Import, but this has changed recently. In a lot of cases it is possible to create composite models that can mix these data...
View ArticleAPP permissions for Power BI service and use API end points in JavaScript
Hello: I wanted to display powerBI reports to my public facing website. The users of the website will not have powerBI account. I plan to use powerBI pro account to get the Authentication Token and...
View ArticleIs it possible to use an API Bearer to load a report preauthenticated
I have a rest application with Power BI. I upload a dataset and generate a report.After the report is uploaded I would like to show the user the report. They have already authenticated to use my REST...
View ArticleRead Filter in Custom Visual
Hi, Is it possible to read the filter settings in the custom Visual? So not only receiving filtered data, but actually to read it somehow?The custom visual should react to the filter, but not only to...
View ArticleCustom visuals does not get refreshed by changing filters
Hello there, I am trying to develop a custom vis in Power BI through R script as suggested here:...
View ArticleRe: Unable to update credentials via REST API?
The docs specify the following Request Body schema for OAuth2 authentication: $UpdateUserCredential = @{ credentialDetails = @{ credentialType = "OAuth2" credentials =...
View ArticleRe: Update Datasources REST API operation for live connections
Hi, I am facing similar Issue, did you get solution for this.
View ArticlePower BI Embedded requires login
Can i use just a pro account to embedde reports to my customers? or really need a power bi premium account? I'm using APP OWNS DATA scenario and at the beggining, i was able to see reports without...
View ArticleRe: Power BI Embedded requires login
You can use Pro account for embed your reports for APP Owns data. Premium capacity is needed only for PROD environment. Just for your information, for app owns data you can implement that even with-out...
View ArticleRe: Embed Power BI report into SharePoint Online - Web part options not working
I am still having problems with this issue. I have created reports from scratch, published them, and then insert them on my SharePoint page using the Embed to Sharepoint link. At first the options...
View ArticleRe: Extract types of dataview metadata
Hi ,In terms of structure, the type property is a ValueTypeDescriptor, of which only the properties text thru none are included in the interface spec. This means that the underlyingType thru...
View ArticleRe: APP permissions for Power BI service and use API end points in JavaScript
Hi , You can add the API Permissions in the azure portal app registration page itself
View ArticleMeasure to calulate number of nights from two date columns
We have scenario where we need to calculate number of nights by using two date columns.Challenge is when we select the date range from slicers (of both the columns), if one of the columns condition...
View ArticleRe: Is it possible to use an API Bearer to load a report preauthenticated
Hi , Assuming your users already having PowerBI Pro licenses in that case, you can use the PowerBI Embedded - User owns data Sample Code for the reference:...
View ArticleRe: Unable to update credentials via REST API?
Hi , If you want you can use my powershell script where i did the same Basic update credentials without having any issues $applicationId = "" # Need to pass the clientid from devops variable...
View ArticleRe: Get Capacities API incredibly slow
Seems to have been fixed now. Capacities are returned within 5 seconds or so.
View ArticleUpdate Parameters using PowerBI-Javascript
I am using Parameter for a Stored Procedure. I want to update this parameter dynamically.How can I update Parameters using PowerBI-Javascript? Is there any other way than using a parameter?
View ArticleStrange prefix on USERNAME() and USERPRINCIPALNAME() for external users
We are working on exposing Power BI reports to external users, so I am setting up RLS on the reports using USERNAME(). When sharing with an external test email address, I discovered that Power BI tacks...
View Article