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
| Source.name | Incident Number | Incident Stat |
| 14-01-2023 | 1 | progress |
| 19-01-2023 | 5 | closed |
| 21-02-2023 | 1 | closed |
Solved! Go to Solution.
@campelliann , Create two measures like
Rank = rankx(filter(Incidents, Incidents[Number]=Earlier(Incidents[Number])),Incidents[Source.Name])
Previous Status = Maxx(filter( Incidents, Incidents[Number]=Earlier(Incidents[Number]), [Rank] = earlier([Rank]) -1), [Status])
@campelliann , Create two measures like
Rank = rankx(filter(Incidents, Incidents[Number]=Earlier(Incidents[Number])),Incidents[Source.Name])
Previous Status = Maxx(filter( Incidents, Incidents[Number]=Earlier(Incidents[Number]), [Rank] = earlier([Rank]) -1), [Status])
Yep exactly what I did 🙂
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.