Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

MDX: SSRS Expression: Count Dimension members based on other Dimension

$
0
0
Hi there, I am pretty new to mdx expressions, and am currently trying to write a calculated member in SSRS (2012) that does pretty much the following:[b]Dimension1 - CampaignNamesDimension2 - CustomersDimension3 - ContactDate[/b]now out of These three i want to see the Number(Count) of Customers that have been Contacted (for which there is a ContactDate, so basically where ContactDate is not Unknown or Null). Logicaly maybe something like this[b]Count(Customers) where ContactDate NonEmpty[/b] ( I am not quite sure if i'm typing it correctly, this is just how i Thing it's done for now. i don't know if this would also exclude NULL Values.) I want this to be done [size="2"][b]Relative[/b][/size] to the CampaignName though, so when i put it on a table later, i could Group by Campaign Name and then Customers.

Viewing all articles
Browse latest Browse all 2791

Trending Articles