Forum Discussion

GINMED's avatar
GINMED
Icon for Helper III rankHelper III
4 years ago
Solved

Get data from another pivoted table

Hi,  I tried to get data from onother table (there is not relationship between them) with such measure- PROJEKTS_DIM = LOOKUPVALUE( 'DimensionSetEntry (3)'[PROJEKTS], 'DimensionSetEntry (3)'[Dim...
  • amitchandak's avatar
    4 years ago

    GINMED , Try a new column like

     


    Maxx(filter('DimensionSetEntry (3)', 'DimensionSetEntry (3)'[Dimension_Set_ID] = GL_Entry[Dimension_Set_ID] && not(isblank('DimensionSetEntry (3)'[PROJEKTS])) ),'DimensionSetEntry (3)'[PROJEKTS])