Forum Discussion
sdhn
Responsive Resident
3 years agoAdd 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
Microsoft Employee
3 years agoI'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])