Forum Discussion
Anonymous
4 years agoNot applicable
Need help in sum basis filter
Hi Team, I would need your support in getting the solution for one of my query. From below tabel i need the sum of total unit only for year 2021. Need
- 4 years ago
Anonymous
Create a new Measure as follows:
Total 2021 Units = Calculate ( SUM( TableName[Unit]) , TableName[Year] = 2021 )
Fowmy
4 years agoSuper User
Anonymous
Create a new Measure as follows:
Total 2021 Units = Calculate ( SUM( TableName[Unit]) , TableName[Year] = 2021 )