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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Aggregate Measures... Syntax

Status
Not open for further replies.

Bygbobbo

Programmer
Apr 23, 2002
145
US
Version Server 2000

Currently, my cube has 4 dimensions and growing. At this point I am measuring 6 values and would like to create a Measure that Counts Distinct occurances of a dimension Level.

for example:

total of line_id#s m1 m2 m3 m4 ect...
line_id#


some line_id#s may be in duplicate, I want to make a measure in relation to a distinct count of line_id#s.

thanks

smiletiniest.gif
 
never mind, I figured it out.

Calculated Measure =

DistinctCount([dim_rbc_line_id2].[Line_Id].members)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top