I have a dataframe like shown below in PowerBI:
Date Store Group Value
01 April 2015 1000 Fish 98
How can I write a DAX code to aggregate the rows and group by Store, Group and Date (over year quaters) and sum up the Values. I would like to have the date column to be a yearquarter column in the format: 2014 Q1.