Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi, I'm trying to spread total hours of a task over a certain number of months. I don't have an end date , but I do have a start date. I thought simple way was to use DateADD , yet my outcome is not configuring for all rows.
Duration Interval = DATEADD('STEP Resource Planning'[Start],[Duration(months)],MONTH)
I want to use this as my End Date column. Wanting to know if this makes sense to do it this way, and if so, how do I have it calculate for all rows.
Thanks.
Solved! Go to Solution.
Assuming you are using a calcuated column:
Duration Interval = DATE(YEAR('STEP Resource Planning'[Start]), MONTH('STEP Resource Planning'[Start]) + 'STEP Resource Planning'[Duration(month)]), DAY('STEP Resource Planning'[Start]))
Assuming you are using a calcuated column:
Duration Interval = DATE(YEAR('STEP Resource Planning'[Start]), MONTH('STEP Resource Planning'[Start]) + 'STEP Resource Planning'[Duration(month)]), DAY('STEP Resource Planning'[Start]))
@JW_van_Holst , oh my goodness, your Dax worked and look all the hours are in the months columns.. so thankful do you know how many hours I've been trying to get this to work? 👼
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
12 | |
8 | |
8 | |
7 |
User | Count |
---|---|
15 | |
13 | |
9 | |
7 | |
6 |