Forum Discussion
graphic filtering : formula problem
- 6 years ago
Your measure is always going to return 20, since you are basically multiplying 20 by 1 (when one campaign is selected). Switch your ALLSELECTED to an ALL to get the correct result (in your existing measure or in a new measure just for that card).
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
Your measure is always going to return 20, since you are basically multiplying 20 by 1 (when one campaign is selected). Switch your ALLSELECTED to an ALL to get the correct result (in your existing measure or in a new measure just for that card).
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
Thank you very very much, it works perfectly