Forum Discussion
Work a Date Filter into a Measure
Hi @michaelknight94,
If I understand you correctly, you can modify your measure as below:
RHB Leads =
CALCULATE (
[RHB Leads - Count],
FILTER (
Opportunity,
FORMAT ( Opportunity[RHB Date of Enquiry], "YYYYMM" ) >= "201704"
&& FORMAT ( Opportunity[RHB Date of Enquiry], "YYYYMM" ) < "201804"
),
USERELATIONSHIP ( 'Opportunity'[RHB Date of Enquiry], 'Full Date'[Full Date] )
)
Or create a slicer and result would be shown as below:
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous
Thanks for the help, wasn't successful with that unfortunatly. After doing that I didn't get any results
I'll add the PBIX file so you can have a look if you want to have a look
https://www.dropbox.com/s/ojxkg7fj5rjdf1i/Acquisitions%20-%20Community.pbix?dl=0
Thanks,
Mike