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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
NickDSL
Helper I
Helper I

Date filter for x day in current quarter

I have a large list of data thats comes through that I only need to select/have loaded the 15th day of the first month in the current quarter. There is a date column just wanted to see if this was possible.

 

To be clear and for example:
It is currently 8/21/2023 I would want this filter to select 7/15/2023 and nothing before or after until Quarter 4 started then it should select 10/15/2023.

2 REPLIES 2
wdx223_Daniel
Super User
Super User

Date.AddDays(Date.StartOfQuarter(DateTime.LocalNow()),14)

@wdx223_Daniel 
How can this be applied to my column as a filter? Sorry for not mentioning at first but my date column is named "DateCaptured"

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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

Top Solution Authors
Top Kudoed Authors