Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. 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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 37 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 69 | |
| 67 | |
| 32 | |
| 27 | |
| 26 |