Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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'
Solved! Go to Solution.
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.
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.