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

dicken

Active Member
Joined
Feb 12, 2022
Messages
287
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

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
=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,216,127
Messages
6,129,022
Members
449,481
Latest member
joaotcosta23

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