Forum Discussion
bbajuscak
Helper I
1 year agoDisplay Differences Between 2 Matrices
I have 2 seperate matrices, each built from different data sources, using different tables and table structures. Tables making up each matrix are not related to one another. Each matrix is a heirarc...
- 1 year ago
You will want to clean this up as it will have a massive impact on performance.
Here is the general approach for the comparison
DEFINE VAR a = SELECTCOLUMNS(SUMMARIZECOLUMNS( 'KI - Epics'[Initiative Name], 'KI - Epics'[Project Name], 'KI - Story'[Key + Status], 'KI - Epics'[Key + Status]), "Column1", 'KI - Epics'[Initiative Name], "Column2", 'KI - Epics'[Project Name], "Column3", 'KI - Story'[Key + Status], "Column4", 'KI - Epics'[Key + Status]) VAR b = SELECTCOLUMNS(SUMMARIZECOLUMNS( 'Initiatives - Issues'[SUMMARY], 'Project - Issues'[SUMMARY], 'Epics - Issues'[Key + Status], 'Stories - Issues'[Key + Status]), "Column1", 'Initiatives - Issues'[SUMMARY], "Column2", 'Project - Issues'[SUMMARY], "Column3", 'Epics - Issues'[Key + Status], "Column4", 'Stories - Issues'[Key + Status]) EVALUATE EXCEPT(a,b)
bbajuscak
Helper I
1 year agoAllisonKennedy
lbendlin
Here is a link to the pbix file I am working with:
I would like to end up with 2 matrices, each only showing the wbs which is not present in the other matrix, not the entire wbs
lbendlin
Super User
1 year agoLink requires access. please check.
- bbajuscak1 year ago
Helper I
- lbendlin1 year ago
Super User
still the same.
- bbajuscak1 year ago
Helper I
Hmmm, 1st time trying to share out a pbix...can you try this link and let me know if it works correctly?
https://1drv.ms/u/c/af6876c99b2bc15d/EdJjZSP_W5RIi8hw2oIRwmgBQPN1-QSL9bgD0SKPVrV1DQ