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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
mgantt87
New Member

Comparison of two values in a matrix

I am having trouble with the comaprison issue described below.  I have 2 tables (A & B in the example) joined by the column called Group.  The join is many in table A to one in table B.  Both table A and table B have a "type."  It is possible that the type from table A is not equal to the type from table B and when this happens I need to flag the record.  In the example, item 4 from table A shows a type of corn, but it is joined to table B as a fruit and table B has a type of apple, not corn, so this should flag (and conditional format) in the resulting matrix.  I would also like to flag it at the group level so that if the matrix is collapsed, the user can see that the data at the next level down is out of sync.

TableA:  
   
ItemTypeGroup
1AppleFruit
2AppleFruit
3AppleFruit
4CornFruit
5CornVegetable
6CornVegetable

 

Table B: 
  
GroupType
FruitApple
VegetableCorn

 

Table A & B are joined on Group.

Report (matrix):    
     
Group Type (from Table A)Type (from Table B)Flag
Fruit AppleApple1
 1AppleApple0
 2AppleApple0
 3AppleApple0
 4CornApple1
Vegetable CornCorn0
 5CornCorn0
 6CornCorn0
1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

@mgantt87 

you can merge tables in PQ

11.PNG12.PNG

 

then create a column

flag = if(TableA[Type in Table A]=TableA[Type in Table B],0,1)
 
13.PNG
 
pls see the attachment below




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

1 REPLY 1
ryan_mayu
Super User
Super User

@mgantt87 

you can merge tables in PQ

11.PNG12.PNG

 

then create a column

flag = if(TableA[Type in Table A]=TableA[Type in Table B],0,1)
 
13.PNG
 
pls see the attachment below




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.