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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors