简体   繁体   中英

Select specific tables from an SQL data source in Power BI

I'm working on setting up PowerBI desktop for a client where they'll import 8 specific tables from a database to work on in Power BI.

However, when I go to import the tables, every table in the database is shown and the specific tables must be selected. There are hundreds of tables imported, and a lot of scrolling to select the correct tables, which leaves room for confusion and error for the clients.

The client accesses the database using windows authentication, and I can't change their settings on SSMS as that would affect how they access data on other applications.

I was wondering if there was an simpler way to save a query in Power BI the users can quickly select when setting up a new report.

You could always use raw sql instead:

在此处输入图片说明

Or select "empty query" and specify it like so:

在此处输入图片说明

Edit: not sure if this is of any help but there's also a filter field:

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM