Quantcast
Channel: SQL Server Analysis Services Forum
Viewing all articles
Browse latest Browse all 2472

How to create measure filter on a dimension not shown in report

$
0
0

In the Adventure Works cube, how do I write the MDX to answer this request:

"Find count of customers having order with more than 3 quantity"

The MDX below doesn't work.  It still returns all customers.

select 
	[Measures].[Customer Count] on 0	
from [Adventure Works]
where filter([Internet Sales Order Details].[Sales Order Number], [Measures].[Internet Order Quantity] > 3)




Viewing all articles
Browse latest Browse all 2472

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>