Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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.