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
I want to create a custom column for previous date of sys date (sys date -1)
Solved! Go to Solution.
Hi @Vishal_2202,
I'd like to suggest you use today function to create a calculated column show the previous date of running system date. (the result will change when system date changes)
PreviousDate = TODAY()-1
TODAY function (DAX) - DAX | Microsoft Learn
Regards,
Xiaoxin Sheng
Hi @Vishal_2202,
I'd like to suggest you use today function to create a calculated column show the previous date of running system date. (the result will change when system date changes)
PreviousDate = TODAY()-1
TODAY function (DAX) - DAX | Microsoft Learn
Regards,
Xiaoxin Sheng
There is a last_run_date column which contains date and want to compare it with sys_date -1
hi @Vishal_2202
what is sys_date? a column, a measure?
p.s. please consider @someone, if you seek further sugestions.
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
8 | |
7 |