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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

Accessing HANA Landing Tables

I'm having trouble getting PowerBI to display landing tables when setting up a new data source connection.  I'd like to run a direct query like the following, but I can't until I can pull in the landing tables I need.

 

SELECT
    ryear,
    racct

FROM "tablename_landing"

WHERE "ryear" = '2021'
AND "racct" = '1234567890'

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

You can add your query statement to the advanced options.

sap-hana-server.png

 

 

If you select Advanced options, you can also enter an SQL statement. For more information on using this SQL statement, see Import data from a database using native database query.

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous ,

 

You can add your query statement to the advanced options.

sap-hana-server.png

 

 

If you select Advanced options, you can also enter an SQL statement. For more information on using this SQL statement, see Import data from a database using native database query.

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors