Forum Discussion
HELP - FILTER START/BEGIN WITH
Hi Kermithefrog ,
Do you mean that you don't want the filter to filter two cases at the same time? You can try to use the Edit interactions function to select the visual objects that need to be interacted with.
Here is the reference document link.Power BI - Edit Interactions features - Power BI Docs
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hey Henry.
Thank your for answer.
In fact, those "Edit interactions" tool are really good, but that's not what I want/need in this case.
I need some help, in DAX, to give me 2 filters, like I said:
1st case (1st filter): Return all the numbers of the column that begins with 6, BUT NOT with 64 or 69.
2nd case: (2nd filter): Return all the numbers of the column that begins with 7.
I solved this using SQL, but I need to know how to solve this in DAX too.
Tks!