Reply
Topic Options
- 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
Ignore measure when slicer is selected
03-11-2024
11:00 AM
Hi Community, I would like my measure in table to ignore when slicer is selected.
Below is my measure which is calculating previous month income based on week ranks and is showing blank when slicer is selected
Last period Income =
VAR CW= MIN('Calendar'[WeekRank])
VAR Cal1 = CALCULATE([SalesIncome],'Calendar'[WeekRank]=CW+148,
REMOVEFILTERS('Calendar'[Financial Week]))
REMOVEFILTERS('Calendar'[Financial Week]))
RETURN Cal1
My slicer is using calendar financial week column
Thank you in advance for any suggestions/advices.
RV
Solved! Go to Solution.
2 ACCEPTED SOLUTIONS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024
11:18 AM
Hi @RJ_KON,
In your formula, you need to apply the filter for CW variable as well:
VAR CW = CALCULATE(MIN('Calendar'[WeekRank]),REMOVEFILTERS('Calendar'[Financial Week]))
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024
11:18 AM
Hi @RJ_KON,
In your formula, you need to apply the filter for CW variable as well:
VAR CW = CALCULATE(MIN('Calendar'[WeekRank]),REMOVEFILTERS('Calendar'[Financial Week]))
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024
12:20 PM
Hi Govindarajan, it worked.
Thank you
RV

Helpful resources
Recommendations
Subject | Author | Posted | |
---|---|---|---|
Anonymous
| 05-16-2024 07:09 AM | ||
Anonymous
| 09-18-2024 11:38 AM | ||
Anonymous
| 10-19-2023 08:06 AM | ||
06-21-2024 02:41 AM | |||
10-10-2024 03:11 AM |
Top Solution Authors (Last Month)
User | Count |
---|---|
13 | |
11 | |
10 | |
10 | |
9 |
Top Kudoed Authors (Last Month)
User | Count |
---|---|
29 | |
17 | |
14 | |
13 | |
11 |