I'm not sure I understand your question, but I think you are saying that your execution time is the same for any query, even if you filter heavily.
This can be the case if you join between two fact tables. Avoid this by using Attribute Views or a Union with Constant Values.