The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Table1 is name database, Table2 is name entry. As Mark is not in the data base, I want to has a measure that could capture the mismatch of these two colunms in two tables. Thanks
Solved! Go to Solution.
@Anonymous Try:
CONCATENATEX( EXCEPT('Table1', 'Table2', [Name], ",")
@Anonymous Try:
CONCATENATEX( EXCEPT('Table1', 'Table2', [Name], ",")
User | Count |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
6 |