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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Correlation Matrix

Hi

 

I want to create a correlation matrix from a table as this one:

setidvalue
A1X
A2Y
A3Y
A4X
A5Z
B1X
B2Y
B3X
B4X
B5Y
C1X
C2Y
C3X
C4X
C5X

 

and to be able to select 2 sets for showing a matrix as this (if A+B sets selected):

  A
  XYZ
BX21 
 Y 11
 Z   

 

how can i do that?

 

1 REPLY 1
Greg_Deckler
Community Champion
Community Champion

@Anonymous You will need a disconnected table that you could create like the following:

Table 2 = DISTINCT(SELECTCOLUMNS('Table',"set",[set],"value",[value]))

Use this for your columns or your rows and use the original table for the other. Then you can get the MAX of set and value for each table. Then use FILTER of ALL to grab the rows for each and then INTERSECT and COUNTROWS to count the matches.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.