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.
Hello!
I'm working on a Gantt chart for our leadership team of projects that are in progress. For the example sake, the table has 5 columns (Name, Start Date, End Date, Status, Updated). I want to filter out issues that have a end date of more than 14 days ago. Something to note here is that the "end date" field will be empty until the status is moved to "done". Is there a way to do this without doing a new column and calculating End date-Today then filtering out anything with a value of <-14?
Any help is appreciated!
Solved! Go to Solution.
TODAY() - COALESCE([End Date],TODAY()) >14
User | Count |
---|---|
68 | |
63 | |
59 | |
54 | |
28 |
User | Count |
---|---|
183 | |
80 | |
62 | |
46 | |
38 |