Forum Discussion
NISH72
7 years agoHelper IV
Count function displaying same values for every row
Hi I want to count number of sales by date but the count measure is showing same value for every date. For eg
1 Jan -253
2 Jan -253
3 Jan -253 and so on
I have created count (sales_id) measure thanks
1 Jan -253
2 Jan -253
3 Jan -253 and so on
I have created count (sales_id) measure thanks
1 Reply
- TomMartensSuper User
Hey,
I guess the date column is from a separate table that is not related to the table with column sales_id.
If you relate both columns the measure will return what you expect.
Regards,
Tom