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
Hi,
I come across a case where I need to carry forward one of the field values to next month using matrix table visualization. I am not sure what functionality that i need to use to archieve this. This is the output result i done so far.
My expected outcome would be like this:
Any help would be greatly appreciated.
If I understand, you want "sales remainder" from last month to be combined with Target this month to get a new target.
It would be something along the lines of:
Revised Target =
[Target] +
CALCULATE (
[SalesRemainder],
PREVIOUSMONTH ( Dates[Dates] )
)
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingThanks!
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 |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 50 | |
| 44 |