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
DDmspbirs
Regular Visitor

Jan2020 PBI RS version - Impala connector limitations with scheduled refresh and direct query NA?

Hi Guys,

I would like to use the Impala connector to make dashbaords for our customers automatically updated and I'm trying doing this with both Direct Query (I can create the dashboard with the Desktop but I get an error when trying to publish on PBI RS Jan2020) or at least importing data and setupping a scheduled refresh but the interface doesn't allow the this refresh functionality still...

Does that mean the unique way I can follow is really using an ODBC connection?

 

Also, I would like to setup a kerberos delegation for it but it seems there's no chance to do that with ODBC connections on data viewing.. Any advice is apprecciated here on both the subjects.

 

Power BI Report Server - Version 1.6.7364.4075 (January 2020)

Microsoft Power BI Desktop - Version: 2.76.5678.1521 64-bit (January 2020)

 

 

 

1 REPLY 1
WEBeaver
New Member

i tried this case too, with may2020 version, but it not working yet

not working:

    src=Impala.Database("10.60.14.1"),
    default_Schema = src{[Name="default",Kind="Schema"]}[Data],

and work with this:

    src=Odbc.DataSource("dsn=impala_dsn", [HierarchicalNavigation=true]),
    IMPALA_Database = src{[Name="IMPALA",Kind="Database"]}[Data],
    default_Schema = IMPALA_Database{[Name="default",Kind="Schema"]}[Data],

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.