Forum Discussion

balabalaji's avatar
balabalaji
New Member
2 years ago

Scaling and grouping multiple measures for aggregation

Hi ,

 

I have a requirement which has dimensions with respective measures(lets say 20 measures), each measure has it own functionality)

step1) we need to make all these measures into one scale of 1-5 rating(by taking min and max value of the measure & bucketing into 5 rating system

step 2) we have to categorize measures into category ,subcategory, measure.

example category1, subcategory1,(measure 1,2,3), category1,subcategory2,(measure4,5,6)

(using category master table)

step3) I need to draw a metric visual on top of dimensions  in rows and category and sub category measures in columns , measures in values

 

step4) when i drill up and down at column level categorized measures should be averaged  based on category 

 

I tried with
union(
SUMMARIZECOLUMNS(dimensionalvalues,"measure1",measure1),

SUMMARIZECOLUMNS(dimensionalvalues,"measure2",measure2),

--- so on 30 measures)

so that i can establish a relationship with category master table and 

dax function it is not working

1 Reply