Forum Discussion
Anonymous
5 years agoNot applicable
COUNT ROWS BY MONTH and YEAR base off a filter
Hi All I am tying to calulate the total number of rows by year and month as seen in the firs tabel beow but want to count the SSID rows where the SSIDSUPP_DISRUPTION is over 1200 points for that mon...
- 5 years ago
Hi,
Does this work
Surveyor Measure = IF(ISINSCOPE('SQ Audit Test Data'[SSID]),SELECTEDVALUE('SQ Audit Test Data'[SSID]),distinctcount('SQ Audit Test Data'[SSID])&"")
Anonymous
5 years agoNot applicable
Hi Ashish
When using the measure it say "Can't Display thetVisual". The Format = Whole Number
Anonymous
5 years agoNot applicable
I found the issue, I was using SSID which is a text field and change it to SUPP_DISRUPTION ,which is a number. When I did this the error went away but would not update the table proplerly when I aadded the measure field.