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
android1
Post Patron
Post Patron

Filtering by date if it occurs during WEEKNUM

Hi,

 

How do you filter if a date is during a WEENUM ie  Week 33 is between dates August 13, 2018 August 19, 2018

 

In the below measure the ClientsList[EndDate] is a date column. I'm trying to filter the below measure if ClientsList[EndDate]

occurs in vw_PivotChargesFrontPage[Visits_Week]

 

Invoiced Potential = CALCULATE(DISTINCTCOUNT(ClientsList[ClientRef]),vw_PivotChargesFrontPage[FinalisedCharges] <> 0.00,ClientsList[EndDate] <= MAX(vw_PivotChargesFrontPage[Visits_Week])

1 ACCEPTED SOLUTION
v-frfei-msft
Community Support
Community Support

Hi @android1,

 

I made a sample as you descripted and create relationship between ClientsList and vw_PivotChargesFrontPage. By the measure, we can get the reslut as we excepted.

 

 

 

Invoiced Potential = CALCULATE(DISTINCTCOUNT(ClientsList[ClientRef]),FILTER(RELATEDTABLE(vw_PivotChargesFrontPage),vw_PivotChargesFrontPage[FinalisedCharges]<>0))

Capture.PNG

2.PNG

 

For more details, please check the pbix as attached. If it doesn't meet your requirement, kindly share your pbix to me.

 

https://www.dropbox.com/s/e02dgi5fuipsx86/WEEKNUM.pbix?dl=0

 

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

1 REPLY 1
v-frfei-msft
Community Support
Community Support

Hi @android1,

 

I made a sample as you descripted and create relationship between ClientsList and vw_PivotChargesFrontPage. By the measure, we can get the reslut as we excepted.

 

 

 

Invoiced Potential = CALCULATE(DISTINCTCOUNT(ClientsList[ClientRef]),FILTER(RELATEDTABLE(vw_PivotChargesFrontPage),vw_PivotChargesFrontPage[FinalisedCharges]<>0))

Capture.PNG

2.PNG

 

For more details, please check the pbix as attached. If it doesn't meet your requirement, kindly share your pbix to me.

 

https://www.dropbox.com/s/e02dgi5fuipsx86/WEEKNUM.pbix?dl=0

 

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.