Forum Discussion
xierwee
7 years agoHelper I
using result from another measure
Hi experts, I have the following result (Table1) from a measure ( DIVIDE(sum('Performance'[weights]), CALCULATE(sum('Performance'[weights]), ALLSELECTED('Performance'[fund])))* sum(Performance[...
- 7 years ago
You can call a measure within another measure...
tex628
7 years agoCommunity Champion
Measure = Calculate(norm_return; Allexcept(calendar[Date])
Try this ! :-)