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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
adityapv
Helper II
Helper II

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 issue on this in POWER BI.

3.But when i am using one query i.e having temporary tables.please refer below query.

HIVE:

create table if not exists TEMP1 as select * from Table1

select * from TEMP1

NOTE: Query is working fine in HIVE,in zeppline i have verified its working fine.but while using above query facing issue while fetching data from HIVE(ODBC) in power BI.

 

 

Please help me on this.

1 REPLY 1
amitchandak
Super User
Super User

@adityapv , 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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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