This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi,
I need to fetch the Start Date and End date values highlighted shown below. I need a measure/calculated column based on a status column.
For Ref No 101 I need to fetch the start date for status = Submitted
and End date for status = Approved
Result expected :
Regards,
Ashfiya
Solved! Go to Solution.
Hi @Anonymous ,
Try below measures with Ref No
Start Date = calculate(min(table[start date]), all(table[start date]),status="Submitted")
End Date = calculate(max(table[end date]), all(table[end date]),status="Approved")
If this post helps, then please consider Accept it as the solution, Appreciate your Kudos!!
Hi @Anonymous ,
Try below measures with Ref No
Start Date = calculate(min(table[start date]), all(table[start date]),status="Submitted")
End Date = calculate(max(table[end date]), all(table[end date]),status="Approved")
If this post helps, then please consider Accept it as the solution, Appreciate your Kudos!!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 27 | |
| 26 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 36 | |
| 32 | |
| 26 | |
| 23 |