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

Converting @ISMBR into SSAS MDX query

$
0
0
Hi, How to convert Oracle @ISMBR function into SSAS MDX Query?. I tried like IIF( Count( Intersect( {MemberRange([New York],[New Hampshire])}, {Market.CurrentMember} ) ) = 1, <true-part>, <false-part>) but it was not giving the correct output.

Viewing all articles
Browse latest Browse all 1341

Trending Articles