Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
nranito
Helper II
Helper II

ODBC query

I have two questions regarding ODBC connections

 

I use odbc to run queries in Oracle DB, and I would like to know if there is some performance issue with connecting to diferent databases inside the same dashboard, or if we should use only one database / schema per dashboard.

 

Q2: i have a query that I run in SQL Developer, and uses an index (timestamp field). The same query ran through power bi creates a explain plan in which the index is not used. Any ideas?

 

 

Thank you for any help

1 ACCEPTED SOLUTION
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @nranito,

 

Q1. Per my knowledge, if you would load a large number of data from multiple data bases, you'd better create multple .pbix files and each report connects to a single dataset. Because loading too much data into desktop might slow down the query execution, and might cause out of memory error.

 

Q2. You should convert the timestamp field to date/time type. Power Query; Convert Time Stamp to Date Time

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @nranito,

 

Q1. Per my knowledge, if you would load a large number of data from multiple data bases, you'd better create multple .pbix files and each report connects to a single dataset. Because loading too much data into desktop might slow down the query execution, and might cause out of memory error.

 

Q2. You should convert the timestamp field to date/time type. Power Query; Convert Time Stamp to Date Time

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

May 2025 Monthly Update

Fabric Community Update - May 2025

Find out what's new and trending in the Fabric community.