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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I have two tables. I have a table that identifies all Team “A” employees that work with Team “B”. The second table shows all employees in team A, B & C. I created a relationship between the tables. That relationship is between the “Works with Team B” column and the “Employees” column. I then created a new table (Count of Employees table) that includes the “Employee” column from the All employees table and a “Count of works with Team B” column from the Team A employees working with team B table.
This new table(count of Employees table) only shows me employees that have a count value greater than 0 in the “Count of works with Team B” column. I would like the new table to show me all employees and if the those employees do not have a value in the “count of works with team B” column the value should be 0. It should look like below
How can I accomplish this with a Dax measure?
Solved! Go to Solution.
Hi,
You need to follow these steps:
1-Add 0 to your Measure. It would be like this:
If my answer solves your problem, please accept it as a solution so the others could find the answer easily.
Regards,
Loran
Hi,
You need to follow these steps:
1-Add 0 to your Measure. It would be like this:
If my answer solves your problem, please accept it as a solution so the others could find the answer easily.
Regards,
Loran