Forum Discussion
IF SUM dax issue
- 2 years ago
Hi Anonymous ,
I think you already have your own answer.
You can create the matrix like above from what you already have.
Best regards,
Hi Anonymous ,
You can create a calculated column like below, to get your required output, but I am wondering why your final output required does not have entry 4. Is there any particular reason for this?
Best regards,
Hi DataNinja777 ,
Exactly, the result you are showing me is exactly my concern, for Apples. For some reason PBi is not aggregating in Apples's case (and other similar entries) and spliting the evaluation into two. I need to display:
- Apples -> "rest" (because all the Apple entries add up to "44" which is greater than "15")
I need to evaluate whether the aggregation of each type of fruit is greater/equal/less than whatever number I define in the IF formula.
PS: my mistake I did not mention that "Count" is a column of numerical values. Those numbers are just numbers, values defined for each entry.
Thanks!