Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ariesnw

    Using count() and crossjoin() to return distinct counts

    In my AS cube, I've created a calculated measure using the following MDX: Count(Crossjoin({[Measures].[Number of hits]}, Descendants([Area].Currentmember, [Area].[User Name])), Excludeempty) As expected, the measure provides the number of unique users for each area visited (based on logs...

Part and Inventory Search

Back
Top