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,
I've been assigned a task to write an update statement to get data from PBI paginated report and update a table in Oracle. Is this possible? Any suggestion will be appreciated.
Hello @Emmy66,
Yes, it is possible to achieve this.
Export Data from Paginated Report: Paginated reports in Power BI can be exported to various formats, including CSV. You can export the report data to CSV files.
Transform Data if Needed: Once you have the CSV files, you might need to perform any necessary data transformation using Power Query to ensure the data is in the format required for updating the Oracle database table.
Oracle Database Connection: You'll need a way to connect to the Oracle database from a tool that can execute SQL commands. You can use SQL Developer or Power BI Desktop.
Write and Execute UPDATE Statements: In your chosen tool, write the SQL UPDATE statements that use the data from the CSV files to update the Oracle table. Your UPDATE statements will reference the data you exported from the Paginated Report and transformed.
Execute UPDATE Statements: Once you have the UPDATE statements prepared, you can execute them against the Oracle database to update the desired table.
Should you require further details or information, please do not hesitate to reach out to me.
Hi @Sahir_Maharaj thanks for your detailed response. Very much appreciated. Is it possible to automate this process without manual intervention?
User | Count |
---|---|
25 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
27 | |
13 | |
11 | |
9 | |
6 |