Forum Discussion
Anonymous
7 years agoNot applicable
Sumif function only value restriction
Hi Everyone, I have been struggling an issue for hours about dax sumif function. Having I rigid searched I have found CALCULATE(SUM(table)FILTER(table,column)] replies. But these functions does n...
- 7 years ago
Anonymous
Create the following measure:
Filtered Values = SUMX(VALUES(Sheet1[DistName]),CALCULATE(SUM(Sheet1[Scenario])))
Scenario is the new column which is created before
themistoklis
7 years agoCommunity Champion
Anonymous
Create the following measure:
Filtered Values = SUMX(VALUES(Sheet1[DistName]),CALCULATE(SUM(Sheet1[Scenario])))
Scenario is the new column which is created before
Anonymous
7 years agoNot applicable
Dear themistoklis,
You are man of the day. Huge thanks for your efforts to understand my issue and collaboration.