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 all,
I am trying to match previous rows with current rows.Does anyone has nay suggestion?
First I want need to find same Invoice amount and then postive invoice amount with negative invoice amount with same amounts and then in comments I need to put “Match” as a comments.
Invoice Amount | Comments |
500 | Match |
-500 | Match |
700 |
|
600 | Match |
-600 | Match |
400 | Match |
300 |
|
-400 | Match |
Solved! Go to Solution.
Right, it's not so much about MTBF as how to use EARLIER and FILTER to compare rows. You want to use EARLIER so just FILTER where ABS([Column]) = ABS(EARLIER([Column])) for example and if the COUNTX is more than 1, then it is a "Match".
See my article on Mean Time Before Failure (MTBF) which uses EARLIER: http://community.powerbi.com/t5/Community-Blog/Mean-Time-Between-Failure-MTBF-and-Power-BI/ba-p/3395...
Hi Greg,
thank you so much for the link it is very interesting,In MTBF you have a options REPAIR START and REPAIR END.In my case i do not have one column and i need to compare rows. i am not sure,How implement MTBF in my scenario.Thanks
Right, it's not so much about MTBF as how to use EARLIER and FILTER to compare rows. You want to use EARLIER so just FILTER where ABS([Column]) = ABS(EARLIER([Column])) for example and if the COUNTX is more than 1, then it is a "Match".
Perfect and Thank you so much for explaniation.
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 |
|---|---|
| 61 | |
| 54 | |
| 41 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 106 | |
| 99 | |
| 38 | |
| 29 | |
| 28 |