- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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:
2.Use Slicer:
3.Use DAX measure:
May filter = IF(MONTH(MAX('Table'[Project Start])) = 5 ,1 , BLANK())
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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:
2.Use Slicer:
3.Use DAX measure:
May filter = IF(MONTH(MAX('Table'[Project Start])) = 5 ,1 , BLANK())
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
07-27-2024 05:45 AM | |||
11-22-2023 12:41 AM | |||
03-27-2024 07:56 AM | |||
03-15-2024 07:19 AM | |||
02-02-2024 02:09 AM |
User | Count |
---|---|
109 | |
90 | |
82 | |
55 | |
46 |