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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Anonymous
Not applicable

Current Month to Date - Relative Date Filter

Is it possible to use the Relative Date Filter to reflect Current Month to Date? I am aware that it is able to reflect the past month but the goal is to just reflect current month to date. A measure was created that will correctly identify this but I plan on using a blank button to activate a bookmark which will trigger a table to filter to the Current Month to Date.
 
Expected output: Today = May 26, 2021 > Relative Date Filter = May 1, 2021 - May 26, 2021
 
Current output: Today = May 26, 2021 > Relative Date Filter (is in the last 1 month) = April 26, 2021 - May 26, 2021
 
Not sure if this matters but below is the current measure that I am using to for a KPI:

 

CALCULATE(
    TOTALMTD(
        COUNTROWS( Alerts ),
        Alerts[CreatedDate2] 
        )
)

 

Any advice on if this is possible will be greatly appreciated.
1 ACCEPTED SOLUTION
dkaushik
Resolver II
Resolver II

Hi @Anonymous 

Yes, you can use the relative date option of the slcier and select "This", " ", "Month" . You will see current months values then.

 

 

View solution in original post

1 REPLY 1
dkaushik
Resolver II
Resolver II

Hi @Anonymous 

Yes, you can use the relative date option of the slcier and select "This", " ", "Month" . You will see current months values then.

 

 

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.