Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I have a table in which I am trying to calculate product waste, the issue is I need to SUM the yield but only on the last entry for a particular document.
This is the forumla I am currently using which gives me exactly what I need in the rows, but in the table total it gives me the MAX instead of the tables SUM.
Solved! Go to Solution.
I see what you mean - have you considered creating a deduped version of the table then calculating for each row, eliminating the dedupe inside the calc?
Looks like it is giving you the last value calculated, not the MAX?
Are you using calculated columns or calculated measures?
I am currently trying with meausures, but I tried to make it work with calculated columns as well.
I found this tutorial/article - maybe it sheds some light on whats happening...
https://www.jetglobal.com/blog/calculated-columns-vs-measures/
It's actually doing both each line in the screen shot represents a Production Order where we produced an item. When we do this we log what the Expected Yield and Actual Yield was for the Production Order, but every once in a while our production crew double enters the yield by mistake. I am trying to only take the last entry for each Production Order and then sum all the totals. If I SUM all it counts the duplicates which I dont want.
My measure is taking the MAX entry number, in the total it is returning that MAX entry data rather than the SUM.
I hope I explained this well enough.
I see what you mean - have you considered creating a deduped version of the table then calculating for each row, eliminating the dedupe inside the calc?
This took a while, but I was able to make it work this way. I feel as though there must be a formula that can be used, but I am happy it is working. Thank you for your suggestions!
Hi @Kfausch ,
Have you solved your problem?
If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If you still need help, please share the data sample and your desired output so that we could help further on it.
Best Regards,
Cherry
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
112 | |
98 | |
92 | |
38 | |
30 |