Forum Discussion
rmeng
Helper II
4 years agoCalculate quarter data based on a month selection
I need help to build a card or a table value when a month is filtered to show the value of all quarter not only the month selected.
when I select 2021 September I need the September value that´s easy and correct but for Quarter 3 I need a value summing all 3 months of that quarter.
rmeng
Use the following measure:Event Quarter = CALCULATE( [# Events], REMOVEFILTERS('Calendar'[Year Month]), VALUES('Calendar'[Year Qtr]]) )