Forum Discussion
Is Gateway Needed when I am loading Data from Jira API & Local Excel File
- 1 year ago
Hi. This is not an issue about Jira. If you connect just to Jira API, you shouldn't need a gateway at all. However, the local excels demand the onpremise data gateway. You could upload those excels to a Sharepoint. That way all your sources would be cloud and you could refresh without the gateway just configuring the credentials at Power Bi Service.
I hope that helps,
Hi ibarrau & Anonymous , I have placed the Excel in my Organizational Share point location.
So, Data sources are
1. Jira API
2. Github API
3. Company Sharepoint - Excel - I would say all data is in Cloud
All data is coming from the Cloud. Still do i need a gateway for the refresh/Schedule Refresh for the report on hourly basis. ( i need to set up refresh10 times a day ).
If so, what is the best gatway to download -- Standard/Personal? because my team is also using/testing/validating/Manually the refreshing the report.
My team is testing/validationg the report like changing the Data source parameters ( Import Mode ) & refreshing the report manually so that we need to hand over the report to the client.
Do i need to enter Datasourece credentials in power bi service?
Actually my team is taking over the dataset while they do testing & manually refresh of the report ( they have all the access for the Jira/GitHub/Sharepoint/Concourse sites ).
Do they need to add their data source credetnials? because they testing/validating the report also.
So, here multiple people testing the report, validating the data & Changing the Data source parameters --Need Standard Gateway/Personal Gateway.
If all data is in Cloud - Do we need a gateway beacause while setting up schedule refresh the -- Refresh Option is Greyed Out and showing the Below error -
| Data source error: | Scheduled refresh is disabled because at least one data source is missing credentials. To start the refresh again, go to this dataset's settings page and enter credentials for all data sources. Then reactivate scheduled refresh |
Hi. It depends on how your power query code is. You can be using cloud sources and still need a data gateway. Let me explain it. When you work your requests with Web.Contents, you can keep your sources online without a gateway. However if you are scrapping a web with Web.Pages function, you must use a gateway. As far as I know, all your sources could work without it, but if you need special transformations for getting data it could be compromised. When using gateway you must to add sources and credentials at the gateway administration. When using cloud sources you must write the credentials at dataset/semanticmodel settings.
I hope that helps,