March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
hi guys,
need a hand with figuring out how to fix my table.
i got an excel in with thousands of lines of data detailing timings but the way its formatting is messing up my report.
its structured like this:
Project - Date - Time
the date column has listed out every date (its just how the system works) so if there are dates from 01/02/2022 to 10/02/2022 then there will be 10 different lines which is a big problem.
how can i make it so that these lines will group up and be structured like this:
Project - Start - End - Total Time.
any ideas?
Hi @paulfink ,
Whether the advice given by @AllisonKennedy has solved your confusion, if the problem has been solved you can mark the reply for the standard answer to help the other members find it more quickly.
If not, please give specific questions and provide screenshots of the desired results. Looking forward to your feedback.
Best Regards,
Henry
There's probably quite a few ways you could do this, one would be to use Power Query to Group By and add a column for Min Date, and Max Date and rename those as start and end date for the project.
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
@AllisonKennedy this has partly worked, however, i didn't mention that there could be multiples of the same project against different times in the year.
could you still do this?
@paulfink In that case you may need to try something a bit more complex, find the previous date for each project and if there's a gap, then flag it as a start date, if not, check if it's an end date and flag that, then add an index or a count and then group by?
https://www.myonlinetraininghub.com/referencing-next-row-power-query
Or you could find this in DAX using variables and MAXX function. Does that make enough sense or do you need more help?
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
132 | |
90 | |
88 | |
64 | |
58 |
User | Count |
---|---|
203 | |
141 | |
107 | |
73 | |
70 |