Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
santhoshacc
Frequent 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
1 ACCEPTED SOLUTION

Hi @santhoshacc,

 

Does that make sense? If so, kindly mark my answer as a solution to close the case.

 

Regards,
Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

View solution in original post

6 REPLIES 6
v-frfei-msft
Community Support
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]))))

Capture.PNG

 

For more details, please check the pbix as attached.

 

Regards,

Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Hi,

 

 

Thank you !

 

Thanks,

Santhosh.

Hi @santhoshacc,

 

Could you please share the files again? I cannot see any link in your last post.

 

Reagrds,

Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Hi @santhoshacc,

 

Does that make sense? If so, kindly mark my answer as a solution to close the case.

 

Regards,
Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Thank 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...

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

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.