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,
It is working fine (picture below), but I have one last concern 😊.
Isn't there any way of "grouping" the data inside my initial table? Because I have many other related necessary data inside there that I need to link & use to create filters/legends. The SUMMARIZE table you've just shown me is being created separately from my data.
Hi Anonymous
Does the below output meet your requirement? I've shown the total by fruit in a separate calculated column for an easier visualization of the steps taken, instead of doing all in one step which is more abstruct. I then wrote a simple if formula to separate out "<=15" and the "rest".
I attach an example pbix file.
Best regards,
- Anonymous2 years agoNot applicable
This one does not help me 😢. Your previous solution in post #7 was the right one. But I would just need to replicate it directly inside the original datasource with all my data. Not as a separate table function. Is this possible?
What I am trying to achieve in the end is something like below. However, I need the "Grouping" to be a calculated column that performs the same result, but directly inside my datasource.
Basically I need your calculation to happen in my datasource:
- DataNinja7772 years agoSuper User
Hi Anonymous
Both of the output I proposed are basically the same thing, and the 1st output was just the summarized version of the 2nd one. Did you want to have the same number of rows as your original table? In that case, I would have imagined that the 2nd output will be closer to your required output. I am sorry, if I am missing your point.
Best regards,
- Anonymous2 years agoNot applicable
Hi DataNinja777 ,
Sorry if I was not very clear.
Does this new sample explain what I am trying to achieve? 😊
I just need the same formula that you've shared with me (SUMMARIZE) to work inside my original datasource directly, so I can play with the rest of the columns (Color, Size, etc)