This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 28 | |
| 23 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 49 | |
| 47 | |
| 41 | |
| 21 | |
| 19 |