Forum Discussion

Pillic's avatar
Pillic
Helper II
4 years ago
Solved

Help for simple measure

Hello Community,   I am struggeling by creating a measure and asking for help.   A product_table that holds all information and is distinct: Product Height Price AA 10 2 BB 20 3 ...
  • Pillic's avatar
    4 years ago

    After some research about star schema and dimensional tables I came up with this measure:

    Average Height = AVERAGEX(sample_table, RELATED(product_table[Height]))