Forum Discussion
New_Folder
7 months agoHelper I
Count is incorrect. What could have been causing this?
What should I be looking for? MH7 is a measure that counts the last 7 days, it should be counting 7, but its just showing 4. MH7 = CALCULATE( DISTINCTCOUNT('Utility Allowance Track...
- 7 months ago
Hi New_Folder , if possible, share a sample data without sensible content in order to give us an way to replicate your issue.
In time, maybe you should check- Whether you intend to count rows or distinct dates.
- The actual content and granularity of the Created field.
- Hidden filters affecting the visual.
- Inconsistencies in Client Name.
- Whether the record has Created values that are blank, null or truncated.
Alex_Sawdo
7 months agoResolver II
When using DISTINCTCOUNT, it literally counts the "distinct" values from the column you're counting, and not the "total" number of values in the column. Try using COUNT() instead of DISTINCTCOUNT() instead.
Also, if possible can you share a subset of data from the 'Utility Allowance Tracker - HDR'[Created] column to assist in answering your question?