Forum Discussion
Anonymous
7 years agoNot applicable
Create second Calendar table from an original Calendar table
Hi - I a have calendar table with with two columns, Date [=Calendar(Date(2015, 1, 1), Date(2018, 12, 31)] and a Measure [= "Y" or "N"]. I want create a second calendar table that includes the...
Greg_Deckler
Community Champion
7 years agoAnonymous - OK, so crazy thought, why not just use a measure that returns N if it is not in the date range and Y if it is and use that as a visual filter instead of creating an entirely new table?
Anonymous
7 years agoNot applicable
Thank you for the idea, I will take a look at it. Simple always beats Complicated.