Forum Discussion
RATIO/PERCENTAGE CALCULATION
I'm not clear about your expected result. But based on your description, you can use ALLSELECTED() function in your CALCULATE() formula to make the context take the applied filters. Please refer to this article: Understanding ALLSELECTED
Regards,
wrote:
I'm not clear about your expected result. But based on your description, you can use ALLSELECTED() function in your CALCULATE() formula to make the context take the applied filters. Please refer to this article: Understanding ALLSELECTED
Regards,
Thanks for the link it is helpful but my issue is
I have total count, Win count, Price for the products,
I need to calculate the ratio as
Win Ratio = Win Count/Total Count
Price Ratio = Price / Win Count and use the filters accordingly.
Thanks
Thanks any suggestion will be helpful