Forum Discussion
Anonymous
7 years agoNot applicable
percentage
Regards,
I need to calculate the % COMPLIANCE divided the SALE $ between the BUDGET, that is:
(672.785 / 1.834.360.000) for each month, taking into account the year that I selected. Thanks
2 Replies
- AlBCommunity Champion
Hi Anonymous
What are Presupuesto and Venta? Both measures? How are they calculated? Can you show it? Are they already showing the correct result for the year selected?
If what you show is a matrix visual with Presupuesto and Venta as measures, then you can easily create another measure for the percentage as:
Percentage = DIVIDE([Venta], [Presupuesto])
format it as percentage if required and place it nextto [Venta] in the matrix.
- AnonymousNot applicable
Hi AIB,
You're right. I'm going to organize what I need and then I'll tell you. I'm new to this topic, what a shame. Thank you