Quantcast
Channel: SQLServerCentral » Data Warehousing » Analysis Services » Latest topics
Viewing all articles
Browse latest Browse all 1341

SQL OR with MDX

$
0
0
I have a Measure called Supplier Number in the cube. The Supplier table acts as a Dimension as well as Fact table in the Cube. There are two dimensions - CreationDate and Modification date that are linked to Supplier fact table.My requirement is to get the Supplier Number which got Created (CreationDate) or which got modified (Modification date) for any current month selected. How to achieve this in MDX? Hint: This is like a SQL OR condition with CreationDate and Modification Date.

Viewing all articles
Browse latest Browse all 1341

Trending Articles