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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
alex1300au
Regular Visitor

Running total - Visual Filter

Hello Power Bi Community,

Apologies upfront for my amateur view and approach to this. 

I'm trying to create a running total of our stock based on data extracted through an API from Salesforce. My data runs from 2005 until now.

 

 

I've created a quick-measure which does partially what I need:

1. Total PW = CALCULATE(
COUNTA('PhoneWord'[Name]),
FILTER(
ALLSELECTED('Dates for Phonewords'[Date]),
ISONORAFTER('Dates for Phonewords'[Date], MAX('Dates for Phonewords'[Date]), DESC)
))

-------------------------------------------------------------------------------------------------------------------------------------------

 

The only Issue I have with this is that I need a running total from the very first date of my data point even after I filter down the visual level of my column chart. Currently when I only want to display the running total from this fiscal year (01.07.17- YTD), it starts from 0 and doesnt include the running total value until the 30.06.17.

 

--------------------------------------------------------------------------------------------------------------------------------------------

 

How do I approach this? 


BI - Inquiry 1.PNGBI - Inquiry 2.PNG

 

3 REPLIES 3
Ashish_Mathur
Super User
Super User

Hi,

 

Try this

 

=CALCULATE(COUNTA('PhoneWord'[Name]),DATESBETWEEN('Dates for Phonewords'[Date],MINX(ALL('Dates for Phonewords'[Date]),'Dates for Phonewords'[Date]),MAX('Dates for Phonewords'[Date])))

 

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Hi Ashish,

thanks for your help.

However it appears that the value is inaccurate. The maximum value of the running total is 3k short.
Also it seems to be less flexible to the filters.

Any other recommendations?

Hi,

 

I need to see your file.  What do you mean by "seems to be less flexible to the filters"?


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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