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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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