Forum Discussion
aaron1225
Helper I
10 years agoContiguous Date Error
I have tried a number of work arounds but I am still receiving an error for Contiguous Date Selection, this is page view data from Google Analytics with my standard date table, not sure what the issu...
greggyb
Resident Rockstar
10 years agoCan you share the measure definitions you're using?
- aaron122510 years ago
Helper I
Here are the DAX I am using -- I have tried wraping the LY New User in a SumX and have changed the date filter to single direction based on suggestions in the user forum, nothing worked yet
Sum New Users = SUM('Main Domain + Sub-domain Data (Filtered)'[New Users])
LY New Users = CALCULATE([Sum New Users],SAMEPERIODLASTYEAR(dimDate[Date]))
- greggyb10 years ago
Resident Rockstar
Can you confirm the following?
- The relationship is between the two fields named [Date]
- These fields have Data Type set to Date (note, not Data Format - that is distinct from Data Type)
- There are no other filters applied in this report on dimDate
- The field dimDate[Date] spans the period from January 1 in the first year you have data to December 31 in the last year you have data with no gaps between dates
- aaron122510 years ago
Helper I
Thanks for giving me a hand... checked the below
Can you confirm the following?
- The relationship is between the two fields named [Date] Yes single direction
- These fields have Data Type set to Date (note, not Data Format - that is distinct from Data Type) Yes Data Type = Date
- There are no other filters applied in this report on dimDate = No filters on the report -- I did filter in the query to date>1/1/2015
- The field dimDate[Date] spans the period from January 1 in the first year you have data to December 31 in the last year you have data with no gaps between dates = Yes double checked this.