Forum Discussion
Matching Rows of two tables
- Anonymous2 years ago
HI jenani_user,
Current power bi does not support to direct compare across multiple columns.
I'd like to suggest you do unpivot columns on these fields to convert them to attribute and value.
Then you can simply use original table id and corresponds attribute field values to extract list and use table manipulation functions to compare with them.
Unpivot columns - Power Query | Microsoft Learn
Table manipulation functions (DAX) - DAX | Microsoft Learn
Regards,
Xiaoxin Sheng
HI jenani_user,
Current power bi does not support to direct compare across multiple columns.
I'd like to suggest you do unpivot columns on these fields to convert them to attribute and value.
Then you can simply use original table id and corresponds attribute field values to extract list and use table manipulation functions to compare with them.
Unpivot columns - Power Query | Microsoft Learn
Table manipulation functions (DAX) - DAX | Microsoft Learn
Regards,
Xiaoxin Sheng
Hi
can you give me an example ?