Forum Discussion
djaaiin93
5 years agoFrequent Visitor
DistinctCount with filters
Hi, I'm trying to create a measure using distinctcount to calcualate the number of visits made by each user in each month. Here's what my table looks like: Table1 VisitID UserID VisitDat...
- 5 years ago
negi007
5 years agoCommunity Champion
- djaaiin935 years agoFrequent Visitor
Hi,
Thanks for your reply. It's crazy because I've been racking my head trying something overly complicated. I tried using the count, countrows, distinctcount functions but I keep seeing the same value (total number of rows in the table) being repeated for each user and each month-year. I only have data starting from Nov 2020 but this function shows values from 2014 to 2099 (Entire date range of my date table). It seems like the relationships I have is where the issue is.