Forum Discussion
lauchita
2 years agoNew Member
Agregating Measures
Hello Comunity! I'm struggling with some measures related problem. Here is the case: I've calculated royatly as a % of Revenue (which is a measure itselft). I need to use diferent royalty %...
- 2 years ago
Thank you very much Anonymous !
I finally came to a solution: I make measures for all the entities, and the sum them up in only one measure, and use that last one in the visualization
Anonymous
2 years agoNot applicable
Hi lauchita ,
Please try this measure.
Royalty U220=calculate([Revenue] * 'Entity 220'[Entity_220 value],filter(ALL('P&L'),[Company Code]="U220"))
If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.