Forum Discussion
Danielwood
Helper I
2 years agoCount months
Hi, In my table I have unique records, each with a target delivery date. I am trying to create a scatter graph which shows the number of records with a target delivery each month. Is there a calc...
rajendraongole1
Super User
2 years agoHi Danielwood - as per shared information,
can you check below steps
I have created a relationship with Date table with uniq table (Delivery date to Date column Date table)
create a measure that will count the unique Uniqueid records for each month.
output as per shared data in scatterplot chart
Hope it helps.
Danielwood
Helper I
2 years agohow would i create that seperate table please?