Forum Discussion
Danielwood
1 year agoHelper I
Count 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
1 year agoSuper User
Hi 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
1 year agoHelper I
how would i create that seperate table please?