Power Bi Running total ; put in blank rather than repeat final figure.

dicken

Active Member
Joined
Feb 12, 2022
Messages
283
Office Version
  1. 365
Platform
  1. Windows
Hi,
I have a running total in power bi, one using the date column of 'sales' and the other using the Calendar table, I'd like to use the calendar table
but because it has every date I get date repeated where there is no current data, I'd like the matrix on the right to filter down to just relevant 'rows;' or have a blank or 'no data' or something rather than repeating the figure for march all the way down .
Any suggestions,

Richard

1657378444625.png
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
=if([tsales]<>0, [your running total measure])
Hello Matt,
Just watch Chandeep on Goodly, and saw this; just use the IF, so;

Using calendar = measure ,

Excel Formula:
   =  IF([tSales] , [Using Calendar] )


and thel empty 'rows' disappear ' as they do in power pivot.

RD
 
Upvote 0

Forum statistics

Threads
1,215,561
Messages
6,125,533
Members
449,236
Latest member
Afua

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top