Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I need help, I'm having issues with a measure, I have a table like this
I need a measure that brings me the last date with accidents, in this case 3/28/2021, and also the previous date with accidents.
I have this measure but for some reason it does not bring any date back
Last Date = calculate(MAX(RA[Date]),filter(RA,RA[Accidents]>0))
Also tried
Last Date = CALCULATE(MAX( RA[Date] ),FILTER( ALL( RA ), RA[Acidents] > 0 ))
but also does not work
It may be something with the filtres.
Please advise I need help
Solved! Go to Solution.
I just needed to use all instead of allselected
Thanks a lot for the help
Same issue, still not showing the last date.
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 |
|---|---|
| 54 | |
| 47 | |
| 39 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 83 | |
| 71 | |
| 39 | |
| 29 | |
| 27 |