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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Anonymous
Not applicable

Measure Running Count Total of Field in table 1, Slicer that uses date field in table 2

I have table 1 that has a 'columnToCount' field that I'd like a running total to be put in a bar graph that has an x-axis from table 2 which has a date column that is used in a slicer and has a 1:* relationship between the 2 date columns.

 

I've tried the quick measure and many other solutions that use only 1 table that do work with 1 table, but because of the x-axis being from the second table my measure ignores what is filtered. Thanks so much for your time.

 

Sample data below:

Table 1

columnToCountdateTable1
11/15/2022
24/15/2022
37/15/2022
412/15/2022
1 ACCEPTED SOLUTION
v-zhangti
Community Support
Community Support

Hi, @Anonymous 

 

Measure = CALCULATE(SUM(Table1[Count]),FILTER(ALL(Table2),[Date]<=SELECTEDVALUE(Table1[Date])))

vzhangti_0-1672380208065.png

Is this the result you expect? If not, let us know what you expect the output to be.

 

Best Regards,

Community Support Team _Charlotte

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-zhangti
Community Support
Community Support

Hi, @Anonymous 

 

Measure = CALCULATE(SUM(Table1[Count]),FILTER(ALL(Table2),[Date]<=SELECTEDVALUE(Table1[Date])))

vzhangti_0-1672380208065.png

Is this the result you expect? If not, let us know what you expect the output to be.

 

Best Regards,

Community Support Team _Charlotte

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

amitchandak
Super User
Super User

@Anonymous , Can you share sample data from both tablesand sample output in table format? Or a sample pbix after removing sensitive data.

 

But new Window function can help

Power BI Window function Rolling, Cumulative/Running Total, WTD, MTD, QTD, YTD, FYTD: https://youtu.be/nxc_IWl-tTc

 

or

 

Running Total/ Cumulative: https://www.youtube.com/watch?v=h2wsO332LUo&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=41

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

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!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.