Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All,
My desktop report uses a SQL code as the data source (database is Oracle). When i refresh i get the current data that is in the database. My question is when i publish the report to the service, should i set a gateway ? If yes, do i NEED to schedule a refresh or the report will refresh automatically when the user opens it?
Thanks
Solved! Go to Solution.
Hi @Anonymous
You would need to install and configure the gateway.
Once the dateway is done, you would then configure a scehduled refersh for your dataset.
Then when a user opens the Power BI report in the service it would show the latest data.
Here are more details on how to create the gateway for Oracle: Power BI – On-Premise Gateway Configuration steps to an Oracle Database - Reporting/Analytics Made easy with FourMoo and Power BI
Hi @Anonymous
You would still need the Gateway if you want to use DirectQuery
You would then configure your Power BI report to use DirectQuery and not import the data. Just be aware that using DirectQuery can put a lot of load on your Oracle system
@GilbertQ yes in my desktop i oped for direct query. It is just small dataset, around 200 records which keeps changing , so i need live data. I will try and update.
Thanks
Hi @Anonymous
You would need to install and configure the gateway.
Once the dateway is done, you would then configure a scehduled refersh for your dataset.
Then when a user opens the Power BI report in the service it would show the latest data.
Here are more details on how to create the gateway for Oracle: Power BI – On-Premise Gateway Configuration steps to an Oracle Database - Reporting/Analytics Made easy with FourMoo and Power BI
@GilbertQ thanks. I do not want to set up refrresh, i want live data (not sure when it is direct query why it should be refreshed) that defeats the whole purpose correct? For example my current query brings 100 records and i set a refresh every 15 mins and the user cant see the 100 records until the refresh is done after 15 minutes. Please advice.
Thanks