Forum Discussion
SSAS query filter
- 9 years ago
When using member-filters, you have to select the full string of the element. So it's fast, but not flexible.
For searches like "Starts with..." you have to use Text filters, but then you pay the performance penalty. So try to reduce the imported data by using member filters first and continue with text filters (who will often not fold back).
Thank you very much. It is working now. I did not know this trick before.
Do you know when we should use one or the other?
When using member-filters, you have to select the full string of the element. So it's fast, but not flexible.
For searches like "Starts with..." you have to use Text filters, but then you pay the performance penalty. So try to reduce the imported data by using member filters first and continue with text filters (who will often not fold back).
- Anonymous8 years agoNot applicable
Hi,
I'm trying to apply the logic above when querying an SSAS cube using PowerQuery. However the date dimension includes several years and the member filter only comes back with a single value (2000) instead of all the available years - how can I expand the query to include multiple values? (There are no other filters applied in the powerquery, it is just using the date dimension as well)
Thanks
Dan
- ImkeF8 years agoCommunity Champion
I don't understand what you mean with "the member filter comes back with a single value". Do you mean in the preview in the query-editor? Thats normal. There should be a field down right somewhere indicating that you can load more data.
If that's not the problem, please try to be more specific or send screenshot. Thx.
- mjohnston02093 years agoRegular Visitor
Is it possible to to use a member filter for a list of values located on a worksheet? I found the proper coding when referring to a specific cell, but am having difficulty for a list of values. The list is variable, meaning it could range from 1-20 items. The list is housed in a table.