Forum Discussion
Compare if same number repeating in different table
- 4 years ago
Hi jimpatel ,
You can create a calculated column as below in Table2 to get it:
Column = CALCULATE ( MAX ( 'Table1'[D] ), FILTER ( 'Table1', 'Table1'[A] = 'Table2'[C] ) )If the above one can't help you get the desired result, please provide some sample data in Table1 and Table2 (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
Sorry,
Its working perfectly fine. Thanks a lot.
Just one question, how to change this formula to reflect other column. That is instead of "YES", i wanted to show text in column D in table 1 please.
Any idea?
thanks again 🙂
Hi jimpatel ,
You can create a calculated column as below in Table2 to get it:
Column =
CALCULATE (
MAX ( 'Table1'[D] ),
FILTER ( 'Table1', 'Table1'[A] = 'Table2'[C] )
)
If the above one can't help you get the desired result, please provide some sample data in Table1 and Table2 (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards