Forum Discussion

ad_nan's avatar
ad_nan
Regular Visitor
9 years ago
Solved

dimension in calculated measure

Hi,   Can we use dimension in calculated measures?   Also while creating a cal. measure i got an error :    A single value for column 'dimension_name' in table 'table_name' cannot be determined...
  • Greg_Deckler's avatar
    Greg_Deckler
    9 years ago

    According to the error that you are getting and that you are doing this in a measure, then you need to use an aggregator like:

     

    Measure = if(MAX('table'[dim_name]) = "dim1",((if(MAX('table'[dim_name]) = "dim2",'table'[measure]))/(if(MAX('table'[dim_name]) = "dim3",'table'[measure])))/12,5)