Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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!!
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 41 | |
| 27 | |
| 25 | |
| 23 |
| User | Count |
|---|---|
| 127 | |
| 109 | |
| 55 | |
| 39 | |
| 33 |