Forum Discussion
cgardyne
9 years agoHelper I
Dynamic Date Table based on Measures
I have a table defined by the following: Days = CALENDAR('Date Range'[Min Date], 'Date Range'[Max Date]) The Date Range table is defined by the following: Date Range = DATATABLE("Days", INTE...
cgardyne
9 years agoHelper I
Hi Phil_Seamark,
Thanks for your help again.
I've added a column and measure but can't quite seem to get it right.
My column is:
Date Range Filter = if('Days'[Days Since Today] >= 'Date Range'[Min Date], true, false)and the measure is similar but a measure:
Date Range Filter1 = if(MIN('Days'[Days Since Today]) >= 'Date Range'[Min Date], true, false)When I add these to a table with Days[Days Since Today] as a field and then look at the filters, the column is always set to true and I can't filter down by the measure.
Screenshot below to (hopefully) explain it a bit better.
v-huizhn-msft
9 years agoMicrosoft Employee
Hi cgardyne,
The calculated column get the expected result, you must to create a measure?
Thanks,
Angelia