Forum Discussion
Burubear
6 years agoHelper I
Calculate 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
6 years agoCommunity Support
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.