Forum Discussion
sdhn
3 years agoResponsive Resident
Combine two in one -- counts
Hello All. I have source & source 1 files. Following code bring the counts of source files with extra one count. Count = CALCULATE(COUNT(Source[Incident ID]) + COUNT('Source 1'[Parent Public...
Greg_Deckler
3 years agoCommunity Champion
sdhn Long shot, but try this:
Count = COUNT(Source[Incident ID]) + COUNT('Source 1'[Parent PublicID])sdhn
3 years agoResponsive Resident
Count = COUNT(Source[Incident ID]) + COUNT('Source 1'[Parent PublicID])
doing same as first result
Added one in all counts of files under SOURCE. Thanks