Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Convert @ISMBR into SSAS MDX

$
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 3145

Trending Articles