Forum Discussion
azakir
Resolver I
4 years agoCalculate SUM based on different columns
Hi Guys. Feels like mental block, but I can't seem to work out a simple sum. So here's what I am after: A formula that should give me a sum of the budget based on dates, work oders. In th...
- 4 years ago
Cheers Anonymous
- 3 years ago
- 3 years ago
You are welcome. Attached.
Anonymous
4 years agoNot applicable
Hi azakir
try
CALCULATE(
SUM(Table1[Model WO Budget]),
FILTER(
ALLSELECTED(Table1[WO_Status_Change_MK_Date])
)
)
BR
azakir
Resolver I
4 years agoThank Anonymous
But I am getting the following error:
- Anonymous4 years agoNot applicable
Hi azakir ,
Please try this insteadCALCULATE( SUM(Table1[Model WO Budget]), ALLSELECTED(Table1[WO_Status_Change_MK_Date]) )- azakir4 years ago
Resolver I
Thanks Anonymous
The formula worked, and it's giving me a SUM.
What I am really after is SUM of "Don't Summarize" Model WO Budget.
So for July, it should be 2850+200 = 3050
- Ashish_Mathur4 years ago
Super User
Hi,
Share the download link of your PBI file.