Forum Discussion
sdhn
4 years agoResponsive Resident
Getting one extra count.
Hello All, I have a measure as OpenNMSCounts = COUNTROWS(ALLSELECTED(Source)) -1 I am getting one extra count. For eg: Totals Rows are "30" but its dispalys as: "31". Any help wil...
VahidDM
4 years agoSuper User
Hi sdhn
Try this:
OpenNMSCounts = Distinct(ALLSELECTED(Source))
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
- sdhn4 years agoResponsive Resident
Did not work out. Error
screen grayed out