Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi,
I have defined a variable in dax.
VAR X = DATE(2023,02,10)
I want to create another variable "Y", which would return the exact date one quarter ago.
I am unable to find a function which would return that. Any help will be appreciated.
You can try EDATE
Var Y = EDATE([VAR X], -3)
Since a Quarter is always 3 months back, so we can go 3 months back using EDATE.
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |