Forum Discussion
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'
- Anonymous5 years ago
Hi Anonymous ,
You can add your query statement to the advanced options.
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.
1 Reply
- AnonymousNot applicable
Hi Anonymous ,
You can add your query statement to the advanced options.
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.