Forum Discussion
dadata
5 years agoRegular Visitor
Problem with different plan figures
Hello together, can you help me with a problem? I have planned figures in one table and in another table I have the distribution of the planned figures over the year in percent. The special feature ...
- 5 years ago
Hi dadata ,
Has discussed in our message please create a new measure with the following code:
Proportion Total= SUMX(VALUES(category[category]), [proportion])This should pick up the values for eaxch of the category and sum them all on the total in order to get the correct value has needed.
MFelix
5 years agoSuper User
Hi dadata ,
Has discussed in our message please create a new measure with the following code:
Proportion Total= SUMX(VALUES(category[category]), [proportion])
This should pick up the values for eaxch of the category and sum them all on the total in order to get the correct value has needed.