Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
CG12
Frequent Visitor

Overlap Matrix of Contacts across Campaigns (Primary and Secondary Axis Same)

Hi Folks,

 

I am need of help for some PowerBI data modelling. I have a dataset in where I want to create a matrix model in order to see the overlap of contacts across multiple campaigns - the same contact sit across various campaigns and we want to measure this. 

 

I have provided what the data looks like and what I wish to achieve in the image below: 

 

Capture.PNG

 

 

 

 

 

 

 

 

Any suggestions would be greatly appreaciated!

 

Thank you.

1 ACCEPTED SOLUTION
v-juanli-msft
Community Support
Community Support

Hi @CG12 

In Edit queries, make a duplicates for "Table" to get "Table2",

in Table2, merge queries as below, and expand the columns

Capture9.JPGCapture10.JPG

Close&&apply, create a measure in Table2

Measure 3 = COUNT(Table2[Contact])

Capture11.JPG

Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-juanli-msft
Community Support
Community Support

Hi @CG12 

In Edit queries, make a duplicates for "Table" to get "Table2",

in Table2, merge queries as below, and expand the columns

Capture9.JPGCapture10.JPG

Close&&apply, create a measure in Table2

Measure 3 = COUNT(Table2[Contact])

Capture11.JPG

Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 Hi @

 

amitchandak
Super User
Super User

Can you explain the logic

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors