Forum Discussion
santhoshacc
7 years agoFrequent Visitor
RE: help me on the below query.
i am trying to get the count of rows between the date range ,i am using the below equery but i am not getting result.
YearMax = select the value from the slicer which contains all the years(2001,2002,2003...) (user can select the year value)
MonthMax = month value(1 to 12)
DayMax =day value(1 t0 31)
like wise YearMin,month Min.,daymin
User can select the dynamically date values by using slicer,based on the values we need to show the result.
Please help me on the below query .
Filter2 = CALCULATE(COUNTROWS(TimeSlicer),filter(TimeSlicer,
DATESBETWEEN(TimeSlicer[Date],date([YearMin],[MonthMin],[MinDay]),date([YearMax],[MonthMAx],[DayMax])))
)
Thanks,
SanthoshACC
Hi santhoshacc,
Does that make sense? If so, kindly mark my answer as a solution to close the case.
Regards,
Frank
6 Replies
- v-frfei-msft
Community Support
Hi santhoshacc,
I made one sample for your reference. Just create a measure as below.
Filter2 = CALCULATE(COUNTROWS(TimeSlicer),DATESBETWEEN(TimeSlicer[Date],DATE(SELECTEDVALUE(YearMin[Value]),SELECTEDVALUE(MonthMin[Value]),SELECTEDVALUE(DayMin[Value])),DATE(SELECTEDVALUE('Year Max'[Value]),SELECTEDVALUE(MonthMax[Value]),SELECTEDVALUE(DayMax[Value]))))For more details, please check the pbix as attached.
Regards,
Frank
- santhoshaccFrequent VisitorThank you for your help on this issue. When i am seeing the filter data in table (not in Measure) it is showing nothing.May be we have to write the another dax expression if possible. Please provide the solution for this. Thanks, Santhosh. Happy Xmas...
- v-frfei-msft
Community Support
Hi santhoshacc,
Could you please share your sample data and excepted result to me? You can upload your files to onedrive and share the link here.
Regards,
Frank
- santhoshaccFrequent Visitor
Hi,
Thank you !
Thanks,
Santhosh.
- v-frfei-msft
Community Support
Hi santhoshacc,
Could you please share the files again? I cannot see any link in your last post.
Reagrds,
Frank