How to connect power bi reports to OData using data Gateway - powerbi

I have developed Power Bi report using OData Source and deployed in power bi service. Need to do schedule refresh for the report. For that created and configure the connection to OData in Power BI Service to make the report Dataset refresh through the gateway followed the following the steps below:Clicked on Settings button in Power BI ans and selected "Manage gateways" option.
'Added data source to use the gateway' link
Specified all the parameters for Datasource settings
selected the configured gateway and data source from the list.
After the report Dataset is connected to OData via gateway. Refreshed the report Dataset to check for refresh status. I noticed the following errorUnable to find Data source one of the Gateway .Please help me out if I missing anything.

Related

Configure Power BI Service Paginated Report Database Connection

Tried to deploy paginated report to Power BI service. But could not find a way to configure the database connection string under Pro license
Unfortunately this can't be changed in the portal after deployment. So either update and redeploy the RDL or update it using the API Reports - Update Datasources In Group.

Import and update power bi report with data gateway

I already installed and configured a data gateway, pls how do I import a power bi desktop report and make it refresh changes accordingly? Thanks.
You can't refresh a power bi desktop report using data gateway.
A gateway is used to connect power bi apps on power bi service and on-site data sources.
Read the official documentation for more info: Click Here

how to export the dashboard to excel report at power BI

I'm new at the Power BI.
I created dashboard on Power BI and I have published to the web
when opening the dashboard on custom URL I need to export the dashboard to excel report
can I do this in Power BI or not
I new I can to do this in Power BI web APP but I need do that in my dashboard URL
thank you
This "custom URL" that you mention makes me think that you used Publish to web. One of the limitations of this feature is that you can't export the data:
Reports using row level security.
Reports using any Live Connection data source, including Analysis Services Tabular hosted on-premises, Analysis Services Multidimensional, and Azure Analysis Services.
Reports shared to you directly or through an organizational content pack.
Reports in a group in which you are not an edit member.
"R" Visuals are not currently supported in Publish to web reports.
Exporting Data from visuals in a report, which has been published to the web.
ArcGIS Maps for Power BI visuals.
Reports containing report-level DAX measures.
Single sign-on data query models.
Secure confidential or proprietary information.
The automatic authentication capability provided with the Embed option doesn't work with the Power BI JavaScript API. For the Power BI JavaScript API, use the user owns data approach to embedding.
You can vote for this feature though.

Power BI refresh: organizational account refresh

I have a Power BI report which pulls data from a SharePoint 2013 (on premise) list. The SharePoint belongs to a different organization so the report uses organizational account to read the list via oData source.
The report works fine locally. The problem is when we publish the report to Power BI service, and edit the credential setting for report refresh, we cannot find Organizational Account setting.
Does anyone have this problem/scenario before? and how can we refresh the report in this case? thanks in advance.

Power BI embedded - Publishing to Azure Workspace - Issue

As said in many reference link, in case of embedding the power bi to a application where we are going to build a secure website, we need to embed the Power BI report by publishing the power bi report to Azure Workspace right.
In that case , for registering the power bi report in Azure AD we followed the steps specified in the below link
https://azure.microsoft.com/en-in/documentation/articles/power-bi-embedded-iframe/
While trying to import the .pbix file using REST API by using the POST request to api.powerbi.com, we were receiving 403 error. Hence we were not able to proceed further with the registeration/upload of PBIX file using Import API.
Also, for standalone or anonymous public embedding website we can go with Power BI Publish to Web option, using this we can get the embed code for the power bi report, which can be embedded into the web page. In case of standalone reports we can use this option to embed the power bi report on to our application, but since in our requirement we need to filter the data based on the user selection on the custom web page, we have to go with option 1 i.e. with publishing the report to AAD (Azure AD). Since we are facing authentication issue, we are unable to proceed with the process further.
Once the report is being publish we havethought of using either Power BI JavaScript or Angular JS API to pass the filter data from custom filter pane to the power BI as shown in the demo site.