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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Data Filtering issue with Month Slicer

Hi Experts

 

I am trying to filter my data using a month slicer - however it onlu gives me the values fro Mar 21 and the slicer returns back zero values of all other periods in 2021.

 

Sample file

https://www.dropbox.com/s/xcuyv21vuz9vg51/test_.pbix?dl=0 

1 ACCEPTED SOLUTION

@Anonymous , Try

lastest month = month(maxx(allselected('Date'), 'Date'[Date])) -1

 

or

 

lastest month = month(maxx(allselected('DimDate'), 'DimDate'[Date]))

 

let rest be the same as of now

View solution in original post

6 REPLIES 6
Jihwan_Kim
Super User
Super User

Hi, @Anonymous 

Please try to change your filter like below.

 

FILTER(ALLselect('Test Data_'),
MONTH('Test Data_'[cr03a_period])
=[Latest Month]
)
 

Hi, My name is Jihwan Kim.

If this post helps, then please consider accept it as the solution to help other members find it faster.

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Go to My LinkedIn Page


Anonymous
Not applicable

Hi Kim - Not working giving me a constant value..

amitchandak
Super User
Super User

@Anonymous , In all you Measures in the table you have filtered on lastest month , which based on today().

 

Ideally it should be maxx(allselected('Date'), 'Date'[Date]), if you want slicer to work

Anonymous
Not applicable

Can you kindly post the full measure here and i should be able to do the rest.

Thanks

@Anonymous , Try

lastest month = month(maxx(allselected('Date'), 'Date'[Date])) -1

 

or

 

lastest month = month(maxx(allselected('DimDate'), 'DimDate'[Date]))

 

let rest be the same as of now

Anonymous
Not applicable

thank you amit

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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