Viewing 3 posts - 1 through 3 (of 3 total)
Correct - MDX. Oops, perhaps I posted this on the wrong forum.
November 9, 2018 at 7:29 am
For anyone else, found the solution to my issue.
member [Measures].[NumCustomers] as
count (
filter (
exists([Customer].[Customer Key].[Customer Key].members , {[Customer_Purchase_List]})
, (
[Date].[Date].[All].[AggRangeOther]
November 8, 2018 at 1:25 pm
For anyone else who has a similar issue - you need to aggregate the field. https://stackoverflow.com/questions/37047150/how-to-query-date-field-in-mdx-with-and-without-aggregate-group
August 9, 2018 at 4:32 pm
Viewing 3 posts - 1 through 3 (of 3 total)