Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello!
I have a 4 step process for different requests (a and b in the table). The process should be completed in the order from 1 to 4. Addittionally, I have specific dates for every step. I need a new Column (Reception in the system) that provides me the date of the step 1 for all the steps of a particular request. Could you please suggest me a Dax formula that can be helpful in this case? Thank you so much!
Request | Step | Date of completion | Reception in the system |
a | 1 | 20.03.2021 | 20.03.2021 |
a | 2 | 28.03.2021 | 20.03.2021 |
a | 3 | 06.04.2021 | 20.03.2021 |
a | 4 | 15.04.2021 | 20.03.2021 |
b | 1 | 23.04.2022 | 23.04.2022 |
b | 2 | 04.05.2022 | 23.04.2022 |
b | 3 | 20.06.2022 | 23.04.2022 |
b | 4 | 28.06.2022 | 23.04.2022 |
Solved! Go to Solution.
try to create a column with this:
I tried and it worked like this:
Hi @Luzadriana255 ,
Please find below solution.
Best Regards,
Shreya
Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!
try to create a column with this:
I tried and it worked like this:
Thank you for your reply, I have the problem that some dates have a default value of 01.01.2000, when they were empty. That means that they will be taken as the minx. Do you have an idea on how create a filter where dates with 01.01.2000 are not considered? or just making sure that the rang is 1, since also some rangs are empty. Thank you!
Aha, then change MINX to MAXX, like this:
@amitchandak could you please help me with an advice on how to solve this. Thank you!
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
18 | |
7 | |
7 | |
6 | |
6 |
User | Count |
---|---|
23 | |
10 | |
10 | |
9 | |
7 |