Forum Discussion
Comparing two tables without relationship using a venn diagram, measure not showing values
- 4 years ago
Hi Anonymous ,
I seem to have some trouble understanding it. According to your test data, for the INTERSECT function returns a table that contains only the rows that are present in both table expressions as arguments. Thus causing the result returned by your formula to be empty.A situation similar to the following is required:
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.
Overlap = COUNTROWS(INTERSECT(VALUES(CustomerFile[ProductCode]),VALUES('Product File'[ProductCode])))
- Anonymous4 years agoNot applicable
Thank you can I add a slicer on this as I have different customers and these customers are in different countries, how can I do that would Ihave to have slicers for each product file and customer file?
- lbendlin4 years ago
Super User
Yes, the simple way is to have separate slicers.