- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Filtering by a column in another table slows down peformance
Hi,
I am trying to filter a column of item ID's by those found in a column in another table. I used the following M code to filter:
= Table.SelectRows(#"Renamed Columns2", each List.Contains(#"Forecast"[Item ID],[Master Item ID List]))
This seems to filter the existing "master item ID list" column appropriately, but then my file runs incredibly slow. Applying any changes from this query takes like 10 minutes, whereas before this step it was 10 seconds. I tried adding "Table.Buffer" to my source line in the advanced editor. Any other thoughts to speed this up? Should I be filtering a different way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi V,
I do have a relationship established between each table and a "master table" that has all possible item ID's. So think of each table as having a subset of those ID's. When I'm trying to create visuals, I need to filter by the smaller of the two datasets, or I get a bunch of blanks and other errant data in the visual.
Is there another way to accomplish this without filtering the larger table by the smaller table in query editor?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you tried doing the filtering in the source, before loading the table?
Did this post answer your question? Mark it as a solution so others can find it!
Help when you know. Ask when you don't!
Join the conversation at We Talk BI find out more about me at Slow BI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't want to filter the source itself, as it may be a fluid task that I don't want to constantly keep updating. At first, I was hopeful that I could simply filter via the visualizations in the desktop, but nothing worked. Filtering in the query editor gets me the right visuals, it just takes a long time to load.

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
03-04-2024 08:38 AM | |||
Anonymous
| 04-12-2023 07:53 AM | ||
11-08-2023 11:58 AM | |||
05-22-2024 11:36 AM | |||
Anonymous
| 04-18-2023 06:18 AM |
User | Count |
---|---|
141 | |
111 | |
81 | |
61 | |
46 |