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! Get ahead of the game and start preparing now! Learn more
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! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 63 | |
| 55 | |
| 42 | |
| 41 | |
| 23 |
| User | Count |
|---|---|
| 166 | |
| 135 | |
| 120 | |
| 79 | |
| 53 |