Forum Discussion
Compare Count of String Between Two Tables Given a Status Column
- 3 years ago
Hi maibacherstr
Apologies for the late reply. Please refer to attached sample file.
Hi maibacherstr
any relationship between the two tables? Any bridge table?
- maibacherstr4 years ago
Helper III
Hi tamerj1 thanks for starting to think this over. There is no bridge table, but as mentioned the two tables are already related -- they use the Type columns as keys.
Since the tables come from two very different data sources, one being extremely limited for its columns, there is no ID column or other unique values available for building that relationship.
Thanks again
- tamerj14 years ago
Community Champion
please try
CALCULATE (
COUNTROWS ( TableA ),
TableA[Status] = "Operational"
)
Same for TableB
- maibacherstr4 years ago
Helper III
tamerj1 It seems like there are some gaps between this measure and being about to compare both counts, such that if there is a difference between the two, then the result of the measure enables a conditional format. What am I missing, please?