Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have two tables, one table have the employee data other table have the employee project details who are in live project or shadow or internal.suppose in employee table there 16 members among which only 10 people's data are in project table as they are in project and their stautus is in progress. now 16-10=6 people are not in any project. i want to view those 6 people name. Note: we cant create duplicate table, calculated column
its has to be a measure .
Thanks In Advance
Solved! Go to Solution.
Hi @Anonymous ,
You can write a measure like this
Sample pbix file attached here.
Chaitali community.pbix
Regards,
Aditya
Hi Aditya,
Thanks for the solution it almost solved 90% of the problem, but here you have concatenated the names, i want the names to be returned so that i can count them and show them in table
Hi @Anonymous ,
You can write a measure like this
Sample pbix file attached here.
Chaitali community.pbix
Regards,
Aditya
@amitchandak