Forum Discussion
DennisG
3 years agoFrequent Visitor
Using Measure in DATESBETWEEN Function
My question is can I use a measure in the DATESBETWEEN dax function? Using TODAY() this works just fine I can slice by any date range. I would like to substitute a measure for TODAY(). The measur...
DennisG
3 years agoFrequent Visitor
Thank You WinterMist for the reply my issue is I need a dynamic date picked by the user used instead of TODAY() that way they can generate a report from any given date with plus or minus date ranges at will. I hope I am making sense.