Forum Discussion
Sum per rows in different tables
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?
- Anonymous5 years ago
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)
6 Replies
- AnonymousNot applicable
Hello Anonymous ,
Is this two tables are joined by any column?
Can you able to provide some context data to better understand the scenario
- AnonymousNot applicable
Yes the two tables are joined with a column
The data in the columns are not much actually, just 0 o 1
- v-kkf-msft
Community Support
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,
WinnizIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.