Forum Discussion
Pillic
5 years agoHelper II
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 ...
- 5 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]))
Pillic
5 years agoHelper II
After some research about star schema and dimensional tables I came up with this measure:
Average Height = AVERAGEX(sample_table, RELATED(product_table[Height]))