Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
pixy816
Regular Visitor

Need help on matrix table visualization

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.

Output.png

My expected outcome would be like this:

expected outcome.png

 

Any help would be greatly appreciated.

2 REPLIES 2
edhans
Super User
Super User

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] ) 
)


Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

Thanks!

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors