Forum Discussion
Burubear
Helper I
6 years agoCalculate the previous date for each item
Hi All, I want to create a Card graph wherein the Score for this specific team for a specific Quarter Shows Splicers would be Year and Quarter. Then Card shows Score of each team (team A and B) ...
- 6 years ago
Hi Burubear ,
Please create calculate columns as below.
YEAR pre = YEAR(EDATE('Table'[Date],-3))Q pre = "Q" & QUARTER(EDATE('Table'[Date],-3))Pbix as attached.
v-frfei-msft
Community Support
6 years agoHi Burubear ,
Please create calculate columns as below.
YEAR pre = YEAR(EDATE('Table'[Date],-3))Q pre = "Q" & QUARTER(EDATE('Table'[Date],-3))
Pbix as attached.