Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
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!
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 20 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 58 | |
| 51 | |
| 41 | |
| 30 | |
| 24 |