Forum Discussion
Connect to OBIEE RPD using ODBC Connection
We're working on handling a driver bug, this 'could' be one of those bugs we don't handle yet.
Can you open Advanced Query window, and in the M code you see, you'll see something like HierarchicalNavigation=true. Can you set it to false and try again?
arify, this is the error I get when implementing your suggested change:
Thanks.
EDIT: In reference to your follow up question, I believe the ODBC connector is configured to connect to an Oracle BI Application Server and NOT an Oracle Database.
- arify10 years agoMicrosoft Employee
This is a new issue, I haven't seen this before. Can you help us fix this?
Can you send us a frown, including your
- M query when HierarchicalNavigation=false,
- PowerBI desktop traces (Options > Diagnostics > Enable tracing and then reproduce this failure. Then, get those files that appeared in the Traces folder)
- ODBC traces
Thanks!
- wonga10 years agoContinued Contributor
Hi arify, I sent the requested information earlier today. Is there any way you can confirm receipt of my error submission?
- arify10 years agoMicrosoft Employee
We got your email, thanks :)
Actually, when you set the HierarchicalNavigation to false, can you also remove the last step?
So, your M query should be like this:
let Source = Odbc.DataSource("dsn=#YOURDSNNAME#", [HierarchicalNavigation=false]) in SourceSee if that works :)