Forum Discussion
Anonymous
4 years agoNot applicable
Facing error while fetching data from ODBC(HIVE)
Hi,Need help on this issue. 1.I am trying to get data from hive,for this i am using ODBC connector as source connector in POWER BI. 2.If it is directly fetching data from table then there is no iss...
amitchandak
Super User
4 years agoAnonymous , I doubt you can run this from power bi.
Power bi will run query for resultset I doubt this will work in that case
Try if with works
With TEMP1 as ( select * from Table1)
select * from TEMP1