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.
Have asked this a few times and not sure if it is possible.
Would like to create a percent complete using dates from my construction schedule to add to a card.
(today's date minus project start date) / (project finish date minus project start date)
link to pbix below. Screenshot also shows what i am trying to do.
Thank you!
A new column
divide(datediff([start Date], today(), day), datediff([start date], [end date], day))
A new measure
AverageX(values(table[project id]), calculate(divide(datediff(min([start Date]), today(), day), datediff(min([start date]), max([end date]), day))))
Thanks! Forgot to mention. The min would not work because my construction schedule starts a month or so before 8/24/2020. I already tried what you suggested but did not work in my case. Any idea how to go about this? Trying to find a way to pick a specific date from my table.
@amitchandak Maybe this is simpler to understand what i am trying to do. Thanks!
Re: Project percent complete - Microsoft Power BI Community
Respectfully,
Zoe Douglas (DataZoe)
Follow me on LinkedIn at https://www.linkedin.com/in/zoedouglas-data
See my reports and blog at https://www.datazoepowerbi.com/
Yes sir. See link below. Look at Table "ScheduleJan21"
User | Count |
---|---|
68 | |
63 | |
59 | |
54 | |
28 |
User | Count |
---|---|
182 | |
81 | |
64 | |
46 | |
41 |