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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register 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!!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 59 | |
| 41 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 105 | |
| 103 | |
| 41 | |
| 29 | |
| 29 |