This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi,
I have to import data from oracle to power bi.
There are hundreds of tables and millions of rows in database, but i want only few rows.
Please help me how i can import the required rows from oracle.
Thanks in advance
Solved! Go to Solution.
Expand the Advance option to see the SQL Statement
Proud to be a Super User!
@Anonymous , In the connection you can give query of you choice
Also refer
https://community.powerbi.com/t5/Desktop/parameterize-connection/m-p/205900#M90712
https://radacad.com/change-the-source-of-power-bi-datasets-dynamically-using-power-query-parameters
@Anonymous , In the connection you can give query of you choice
Also refer
https://community.powerbi.com/t5/Desktop/parameterize-connection/m-p/205900#M90712
https://radacad.com/change-the-source-of-power-bi-datasets-dynamically-using-power-query-parameters
Proud to be a Super User!
Write the query instead of importing whole table and limit rows using rownum
select * from table where rownum<=10
Proud to be a Super User!
Im using odbc connection,
where do i need write the query?
Expand the Advance option to see the SQL Statement
Proud to be a Super User!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 32 | |
| 26 | |
| 23 | |
| 16 |
| User | Count |
|---|---|
| 69 | |
| 50 | |
| 30 | |
| 25 | |
| 24 |