The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi All
I have below Inventory table .
Last_sold.....Model
23/1/2019.....KL1184
23/1/2018.....KL1181
23/1/2017.....KL1182
23/1/2016.....KL1183
I like to Flag those slow moving Model more then 3 year.
Can some one share the expression .
Paul
Solved! Go to Solution.
@Anonymous , A new column like
if([Last_sold] < date(year(today())-3,month(today()),day(today())), "Yes", "No")
User | Count |
---|---|
65 | |
62 | |
60 | |
53 | |
28 |
User | Count |
---|---|
181 | |
82 | |
67 | |
47 | |
44 |