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
Good morning,
I have a problem, I cannot perform a month-over-month comparison using the last month that presents data. Like, June over February, etc.
I need to perform MoM% separately for each item.
Ps: My months are in Portuguese. lol
And the fields are:
Divide your problem into smaller steps.
- for each row find the item id and the month
- in the entire table find the row for the same item that has the maximum month value smaller than the current month
- get the monetary value for that row
- do your MoM calculation.
This is best done with variables, and frequent debug checks to make sure the intermediate steps return the right result.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 13 | |
| 10 | |
| 10 |