Forum Discussion
Bikashjha
3 years agoFrequent Visitor
Intersection between two Table visuals created in dashboard
I have created two table visuals on dashboard consists of one columns from main data source(present in Field). How can I find intersection between them. Table 1 visual Custid 1 2 3 Table...
pratyashasamal
3 years agoMemorable Member
Hi Bikashjha ,
You can use INTERSECT DAX function to find the intersection between two tables.
Syntax :- INTERSECT(<table_expression1>, <table_expression2>)
Please refer to this link :-
https://learn.microsoft.com/en-us/dax/intersect-function-dax
Thanks,
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C