Reply
tksnota
Post Patron
Post Patron
Partially syndicated - Outbound

Show Only Values Based On Date & Year

Hi,

 

Is there a way wherein the values in the left circles will only show if the dates in the second circles will only be in May?

 

//NT

 

tksnota_0-1722032666596.png

 

1 ACCEPTED SOLUTION
avatar user
Anonymous
Not applicable

Syndicated - Outbound

Hi @tksnota ,

 

According to my understanding , you want to achieve a simple filter. 

There are many filter methods in Power BI , such as Filter pane , Slicer and DAX measure.

 

 

1.User Filter pane:

You can drag the Month field under the Date Hierarchy to visual level Filter , then select May directly:

vxiandatmsft_4-1722218274479.png

2.Use Slicer:

vxiandatmsft_6-1722218517674.png

3.Use DAX measure:

May filter = IF(MONTH(MAX('Table'[Project Start])) = 5 ,1 , BLANK())

vxiandatmsft_7-1722218782403.png

Best Regards,

Xianda Tang

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
avatar user
Anonymous
Not applicable

Syndicated - Outbound

Hi @tksnota ,

 

According to my understanding , you want to achieve a simple filter. 

There are many filter methods in Power BI , such as Filter pane , Slicer and DAX measure.

 

 

1.User Filter pane:

You can drag the Month field under the Date Hierarchy to visual level Filter , then select May directly:

vxiandatmsft_4-1722218274479.png

2.Use Slicer:

vxiandatmsft_6-1722218517674.png

3.Use DAX measure:

May filter = IF(MONTH(MAX('Table'[Project Start])) = 5 ,1 , BLANK())

vxiandatmsft_7-1722218782403.png

Best Regards,

Xianda Tang

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

Ritaf1983
Super User
Super User

Syndicated - Outbound

Hi @tksnota 
Use the filter/slicer by the project start date?

Can you please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.

How to Get Your Question Answered Quickly  

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile
avatar user

Helpful resources

Announcements
March PBI video - carousel

Power BI Monthly Update - March 2025

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

March2025 Carousel

Fabric Community Update - March 2025

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

Top Solution Authors (Last Month)
Top Kudoed Authors (Last Month)