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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
naivecalf
Helper III
Helper III

Running Total - how to fill blank values

Hi,

 

I did a running total base on YY-MM-RCVD, but there are some of blanks since there are no data on the month, is there a way to show last cell data.

EX, first column, 201807 to 201808, I just want 201808 to show 1.15%.

Clipboard01.jpg

 

Regards

Steven

1 ACCEPTED SOLUTION
v-lili6-msft
Community Support
Community Support

hi, @naivecalf 

You could try this simple way:

Step1:

Add a complete fact YY-MM-RCVD table, then create the relationship with "LM RMA LIST" table,

Step2:

For matrix visual, drag "YY-MM-RCVD" from YY-MM-RCVD table instead of "LM RMA LIST" table.

Step3:

Adjust measure:

measure= 

CALCULATE( SUM("LM RMA LIST" [YY-MM-RCVD]), Filter(ALL("YY-MM-RCVD"), "YY-MM-RCVD"[YY-MM-Rcvd]<=max("YY-MM-RCVD"[YY-MM-Rcvd]) ) )
 

Best Regards,

Lin

 

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-lili6-msft
Community Support
Community Support

hi, @naivecalf 

You could try this simple way:

Step1:

Add a complete fact YY-MM-RCVD table, then create the relationship with "LM RMA LIST" table,

Step2:

For matrix visual, drag "YY-MM-RCVD" from YY-MM-RCVD table instead of "LM RMA LIST" table.

Step3:

Adjust measure:

measure= 

CALCULATE( SUM("LM RMA LIST" [YY-MM-RCVD]), Filter(ALL("YY-MM-RCVD"), "YY-MM-RCVD"[YY-MM-Rcvd]<=max("YY-MM-RCVD"[YY-MM-Rcvd]) ) )
 

Best Regards,

Lin

 

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-lili6-msft, thanks a lot, this is great.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.