Forum Discussion
wonga
10 years agoContinued Contributor
Connect to OBIEE RPD using ODBC Connection
I'm trying to connect to the repository for OBIEE using an ODBC connection and the list of subject areas appears to load in Power BI, but I am unable to load any data into Power BI in order to make v...
wonga
10 years agoContinued Contributor
Hi arify, I sent the requested information earlier today. Is there any way you can confirm receipt of my error submission?
arify
10 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
Source
See if that works :)