Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have physical date and workflow status. I am needing the latest "physical date" to todays date with the workflow status not including "received pricing".
How many days between the max "physical date" to todays date not including the workflow status "received pricing."
Please advise. Thank you!
Solved! Go to Solution.
hi, @kballar1
try below
measure =
var a = maxx(
filter(
tablename,
tablename[workflow status]<>"received pricing"
),
tablename[physiacal date]
)
return
datediff(a,today(),day)
hi, @kballar1
try below
measure =
var a = maxx(
filter(
tablename,
tablename[workflow status]<>"received pricing"
),
tablename[physiacal date]
)
return
datediff(a,today(),day)
This worked! Thank you!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 17 | |
| 10 | |
| 7 | |
| 6 |