Forum Discussion
Agregating Measures
- 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
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.
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