The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
14 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
25 | |
13 | |
12 | |
8 | |
8 |