Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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
Solved! Go to Solution.
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
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
User | Count |
---|---|
84 | |
75 | |
63 | |
51 | |
45 |
User | Count |
---|---|
101 | |
43 | |
39 | |
39 | |
36 |