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

Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now

Reply
MKM
Helper II
Helper II

Need some clarrification on Relative Date Slicer

Hi Team,

 

Please check and give me details on the Relative Date Slicer.

If we select last 2 month In this Slicer how we can select only "May ". how we can select selective past month, kindly check and do the needful

MKM_0-1689270746988.png

 

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

Hi @MKM ,

It can't be achieved directly in relative slicer, here's my workaroud:

Create a measure as below:

Measure =
IF ( DATEDIFF ( MAX ( 'Table'[Date] ), TODAY (), MONTH ) = 2, 1, 0 )

Put it in the visual filter and select show items when the value is 1.

vyanjiangmsft_0-1689581609670.png

After click apply filter, get the correct result:

vyanjiangmsft_1-1689581680484.png

Best regards,

Community Support Team_yanjiang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-yanjiang-msft
Community Support
Community Support

Hi @MKM ,

It can't be achieved directly in relative slicer, here's my workaroud:

Create a measure as below:

Measure =
IF ( DATEDIFF ( MAX ( 'Table'[Date] ), TODAY (), MONTH ) = 2, 1, 0 )

Put it in the visual filter and select show items when the value is 1.

vyanjiangmsft_0-1689581609670.png

After click apply filter, get the correct result:

vyanjiangmsft_1-1689581680484.png

Best regards,

Community Support Team_yanjiang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

lbendlin
Super User
Super User

If you pick a particular month it is no longer a relative selection.

Helpful resources

Announcements
OCT PBI Update Carousel

Power BI Monthly Update - October 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

October NL Carousel

Fabric Community Update - October 2024

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