Forum Discussion
Pre-Filtering Data before Importing
Hi ouafaa,
If you want to filter data before the data has been imported into PBI, you can click Get Data->advanced options and write some SQL statements to achieve data you want.
If you want to filter data in Query Editors after the data been imported into PBI, you can use query parameter to filter your table. More details about query parameter, please refer to: https://powerbi.microsoft.com/en-us/blog/deep-dive-into-query-parameters-and-power-bi-templates/.
Regards,
Jimmy Tao
Hi,
thanks for your replies.
when we do et Data->advanced options and write some SQL statements to filter data, can we filter many tables on the same time ? can we write an sql statement that retrieve many tables and filter them befor importing data to power bi ?
Thanks
- v-yuta-msft8 years ago
Community Support
Hi ouafaa,
Yes, you can. But keep in mind. Power bi only support sql statement like select .. from ... where ... , don't spport stored procedure.
Hope this can help you.
Jimmy Tao
- ouafaa8 years ago
Helper II
Hi v-yuta-msft,
Thanks for your reply, but I still don't know how I can do this : filter many sql server tables using advanced options sql statement befor loading those tables in different tables in power bi
Could you give me an exemple of this sql statement please?
Thanks a lot for your help
Best regards,
Ouafaa
- cnschulz8 years ago
Helper IV
I would also like to do this. We have work orders that are linked to addresses. Im inporting two tables, workorder (for a date range) and address. The address table contains *all* possible addresses (> 2million rows) and I only want to import the ones linked to work orders for the date period selected.
Any help appreciated.