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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.