Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I've created a measure that projects the number of days left to complete a project
Projected number of days till completion = backlog/average worked per day
I'm wanting to return today's date + projected number of days till completion
for example: today's date + 5 and i want it to return in a (1/11/1111) if possible Thank you !
@Anonymous
You can create a table with working dates only based on the calendar. Then used that column as the data column.
Table 2 = CALCULATETABLE('Table',FILTER('Table',WEEKDAY([Date],2)<>6 && WEEKDAY([Date],2)<>7))
Paul Zheng
I'm wanting to take into account working days
What I want:
Projected date = Today + measure
so if it was a thursday and the measure output was 2 I would want to display monday's Date , 2 being + 2 working days not calendar days
Sorry if i was vague, i'm wanting to Add the measure (projected number of days till completion) to today's date but in terms of working days to exclude weekends
User | Count |
---|---|
98 | |
76 | |
76 | |
48 | |
26 |