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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi all,
I have 2 columns in 2 different tables with boolean numbers.
I need to add, for each row, these values. How to do it?
Solved! Go to Solution.
I Couldnt change to both, therefore I solved the problem by doing this:
1) Connected both tables to the Component one
2) I used this formula to check that in both columns there is a yes. If so, return the number 1
SanityCheck_EMEA = IF('Connectivity Coverage analysis xlsx_https://iontradingcom sharepoint com/teams/F'[EMEA ] = RELATED(components_mkt[europe]) && 'Connectivity Coverage analysis xlsx_https://iontradingcom sharepoint com/teams/F'[EMEA ]="yes",1,0)
Hello @Anonymous ,
Is this two tables are joined by any column?
Can you able to provide some context data to better understand the scenario
Yes the two tables are joined with a column
The data in the columns are not much actually, just 0 o 1
Hi @Anonymous ,
Try the following formula:
Measure = SUM('Table'[Value]) + SUM('Table (2)'[Result])
This is my PBIX file.
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
hi @v-kkf-msft
I have tried the formula but it doesn't work.
1) When I add it to the table, it creates more rows of a single record e.g. for the first column we have more 'Edit' rows (maybe the relationship between the table is causing this).
2) the sum is giving back a very high number e.g 82
Hi @Anonymous ,
You can try to change the relationship between the tables to Both.
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I Couldnt change to both, therefore I solved the problem by doing this:
1) Connected both tables to the Component one
2) I used this formula to check that in both columns there is a yes. If so, return the number 1
SanityCheck_EMEA = IF('Connectivity Coverage analysis xlsx_https://iontradingcom sharepoint com/teams/F'[EMEA ] = RELATED(components_mkt[europe]) && 'Connectivity Coverage analysis xlsx_https://iontradingcom sharepoint com/teams/F'[EMEA ]="yes",1,0)
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.