Hi, I have a report connected to a Cube and I have a bunch of ID values that I need to filter a PivotTable report. Is there a way to create a MDX calculated measure (under OLAP Tools) to filter for these values instead of having to manually select them
from a filter list?
Example, I need to filter for IDs = 111; 222; 333
I'm looking for something like this: If [Policy].[ID] = (111 or 222 or 333) then "Yes" Else "No"
From that calculate measure, I would use it to filter for "Yes" in my PivotTable. Is that possible? Thanks!