Forum Discussion
sdhn
3 years agoResponsive Resident
Add one in count
Hello All. I have source & source 1 files. Following code bring the counts of source files with extra one count. Like Source Open = 100 but actual counts 99 Source SCOM = 26 but actu...
Hikmer
3 years agoMicrosoft Employee
I'd remove the calculate and use COUNTROWS function and just add the totals together. COUNTROWS function (DAX) - DAX | Microsoft Learn COUNTROWS([Source Table]) + COUNTROWS([Source 1 Table])