- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
report builder connection oracle
hi, is it possible to connect my oracle Express Database with power bi report builder and get the stored procedures that i've created? i say this because i cant found it and dont know how to get to the solution. i send a screeenshot
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi rohit1991, thanks for the quick reply, I'll add more.
Hi @perritocaliente ,
Try clicking on 'Query Designer', my data source is Sql server and it shows stored procedures for the corresponding database.
Best Regards,
Wenbin Zhou
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi rohit1991, thanks for the quick reply, I'll add more.
Hi @perritocaliente ,
Try clicking on 'Query Designer', my data source is Sql server and it shows stored procedures for the corresponding database.
Best Regards,
Wenbin Zhou
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
this is not the solution for oracle XE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Install ODP.NET by downloading Oracle Data Access Components (ODAC) from the Oracle website.
In Power BI Report Builder, go to Data Sources > New.
- Select Oracle as the type.
- Use a connection string, e.g., Data Source=localhost/XEPDB1; User Id=your_username; Password=your_password;.
In Datasets, right-click > Add Dataset.
- Choose your Oracle data source.
- Set Query Type to Stored Procedure and enter the procedure name.
Troubleshoot if needed:
- Check permissions on the stored procedure.
- Use schema name if necessary (e.g., schema.procedure_name).
- Click Validate Query to test the connection.
Hope this helps ! 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi my friend, unfortunately i can't see my stored procedures in the dropdown. i can use it by calling them all but i cant see them.

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
09-08-2024 04:32 PM | |||
12-19-2024 01:07 AM | |||
06-29-2024 11:34 PM | |||
01-24-2025 11:46 PM | |||
10-23-2024 07:51 AM |