- 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
Problem getting Chiclet Slicer to filter on field
I have a dashboard that uses the chiclet slicer for the month which displays all relevant pharmacy claims data (# members, premium, total claims, total paid, etc.). I have added a visual where we want to show the members that are new that month and what their claims impact is. SO I pulled in the OPFROMDT which is their date of enrollment. In this visual I want to only show the members that have the OPFROMDT the same as the selected month in the chiclet slicer. Is there some way to have a calculation filter so the OPFROMDT = Month? SO basically if May is selected, I only want to see members that have a start date (OPFROMDT) of 5/1/2017. Right now it is showing all claims for May regardless of their start date. Any help would be appreciated. Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @shelbsassy,
I make a test using the table below.
Create a column in the table using the following DAX, then drag the column to visual level filters and set it to 1, this way, when selecting month in chiclet slicer, the visual will return all the members that have OPFROMDT the same as the selected month.
CheckColumn = IF(MONTH(Table3[OPFROMDT])=MONTH(Table3[Date])&&YEAR(Table3[Date])=YEAR(Table3[OPFROMDT]),1,0)
However, if the above steps don’t help, please share sample data of your table.
Thanks,
Lydia Zhang
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 @shelbsassy,
I make a test using the table below.
Create a column in the table using the following DAX, then drag the column to visual level filters and set it to 1, this way, when selecting month in chiclet slicer, the visual will return all the members that have OPFROMDT the same as the selected month.
CheckColumn = IF(MONTH(Table3[OPFROMDT])=MONTH(Table3[Date])&&YEAR(Table3[Date])=YEAR(Table3[OPFROMDT]),1,0)
However, if the above steps don’t help, please share sample data of your table.
Thanks,
Lydia Zhang
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
Thank you so much!

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
07-24-2023 10:23 AM | |||
12-17-2019 01:44 PM | |||
10-14-2024 04:27 AM | |||
11-24-2023 07:32 AM | |||
Anonymous
| 11-28-2023 09:28 AM |
User | Count |
---|---|
132 | |
105 | |
86 | |
55 | |
46 |