I need to create a named set from my organization dimension where the parent org ID is in a selected list.
someting like this:
filter(
[Organization].[Organization ID],
[Organization].[Parent Organization ID ] = '173' or '564' or '765'
)
Is this possible?
John Schroeder