Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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:
Any suggestions would be greatly appreaciated!
Thank you.
Solved! Go to Solution.
Hi @CG12
In Edit queries, make a duplicates for "Table" to get "Table2",
in Table2, merge queries as below, and expand the columns
Close&&apply, create a measure in Table2
Measure 3 = COUNT(Table2[Contact])
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 @CG12
In Edit queries, make a duplicates for "Table" to get "Table2",
in Table2, merge queries as below, and expand the columns
Close&&apply, create a measure in Table2
Measure 3 = COUNT(Table2[Contact])
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.