Forum Discussion
mahawkins3
9 years agoHelper I
Issue loading data with "date" data type
Hi, I'm trying to create a measure that shows the number of new customers in our database for the current day, as well as at the same point the previous day and 7 days ago. Having tried a few dif...
mahawkins3
9 years agoHelper I
Hi GilbertQ,
[CreatedDate] is formatted as datetime in the source database - I wouldn't have thought that would cause a problem though given it doesn't have any problems using [CreatedDate] as the axis on time-series visuals. I've tried changing the format to date and that doesn't help either.
I tried your DAX, which also didn't work for me, although I can't see any reason why it wouldn't work!
mahawkins3
9 years agoHelper I
This issue is now resolved. Although the above solution didn't work for me, I found another way around it (using an SQL query to pull the data in the way I wanted it rather than manipulating it with DAX).