Forum Discussion
wiktor_nus
4 years agoRegular Visitor
ffilter two tables
Hello, I would like to filter two tables in the report, the tables have no relationship. In both tables there is a "date" field and I would like to put a filter on that it also affects the other tabl...
v-yalanwu-msft
Community Support
4 years agoHi, wiktor_nus ;
You could try it.
measure=calculate(Sum(Table1[Value]), filter(Table1, Table1[Date] in allselected(Table2[Date]) ) )
Or Can you post sample data as text and expected output?
The best way is create a measure to contorl two table without relationship.
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.