Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I need to determine the status of a customer based on Unique ID found in both tables. I need help with a DAX statement that will compare the the Unique ID and determine the status of Full Time vs. Part Time. The logic should be something similar to the following:
If Unique ID in Table A matchs a Unique ID in Table B then Full Time else Part Time.
Table A is Full Time Employees
Tabe B is All Employees
Thanks!
Solved! Go to Solution.
Measure = IF(COUNTROWS(RELATED(Table A))>0,"Full Time","Part Time")
Put employee names from Table B into a table visualization and this measure.
Measure = IF(COUNTROWS(RELATED(Table A))>0,"Full Time","Part Time")
Put employee names from Table B into a table visualization and this measure.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 84 | |
| 48 | |
| 36 | |
| 31 | |
| 29 |