Forum Discussion
qwaszx55
8 years agoFrequent Visitor
Filter using OR from 2 different tables.
I'm sure this is much easier than I'm experiencing but its crushing me at the moment. I have a service contracts table with say "CompanyName,ContractNo,Status" and a servicecontractsitem table th...
- Anonymous8 years ago
qwaszx55,
In DirectQuery mode, create calculated columns using BILASolution's DAX in Report View, you can also get expected result.
Regards,
Lydia
Ashish_Mathur
8 years agoSuper User
Hi,
We can merge two tables into one and then filter the dataset.