- 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
apply slicer values in virtual table
Hi,
I would like to have a measure obtaining a virtual table where all my slicers (15) selections or non-selections are applied to. With this filtered table, I still have to perform several actions to get my final measure.
Using SUMMARIZE should keep all filters, is what I've read.
There is 1 fact table (v_BI_DATA_AG), 1 calendar table (Calendar) and 2 dimension tables (v_Product_AG and vGeoAG). All relations are set.
Below does not work. Result is not filtered automatically according to all 15 slicer selections. it's not filtered at all.
How should I solve this ? Another way ?
Side question: SELECTEDVALUE only returns when 1 option in slicer is selected. How handle no selection ? And multiple selections ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Instead of SELECTEDVALUE use VALUES. Learn about TREATAS too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Instead of SELECTEDVALUE use VALUES. Learn about TREATAS too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks ! using VALUES to capture slicer selection(s) solved it.
However, they have to be defined in top of measure as variables, not to use directly in SUMMARIZE function

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
04-15-2024 11:33 AM | |||
06-26-2024 01:59 PM | |||
04-21-2024 04:21 PM | |||
12-02-2018 12:50 PM | |||
06-14-2024 04:14 AM |
User | Count |
---|---|
12 | |
11 | |
10 | |
9 | |
9 |
User | Count |
---|---|
29 | |
16 | |
14 | |
13 | |
13 |