cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
bo_wang5
Helper II
Helper II

Cumulative total by Date and Category Measure not working

Hi All,


I am trying to write a measure to calcuate cumulative totals by date and category.  I'm not sure what I am missing. the top graphic shows visualization for Amount Total which behaves correctly.  However when I try to show cumulative totals by subcategory its not correct.  Thanks for any tips on the measure thanks.

 

Amount Total = 

sum('Sales Data'[Amount])

 

Cumulative Total =
Calculate([Amount Total],
Filter(ALLSELECTED('Sales Data'),
'Sales Data'[Close Date]<=MAX('Sales Data'[Close Date])
))

 

bo_wang5_3-1643648644544.png

 

 

2 REPLIES 2
v-jayw-msft
Community Support
Community Support

Hi @bo_wang5 ,

 

You are using [Close Date] in your formula, you will need to put it into Rows field.

If it doesn't work, please share some sample data so that we could test the formulas.

 

Best Regards,

Jay

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.
TheoC
Community Champion
Community Champion

Hi @bo_wang5 

 

Can you try use something like:

 

Measure = CALCULATE ( [Amount Total] , DATESYTD ( 'Date'[Date] )

 

Given that the Business Units and the Months are already categorised in the Matrix Table, you shouldn't have any issues using the above measure (unless you don't have a Date table?).

 

If you don't have a Date table, you can use the following:

 

Measure = TOTALYTD ( [Amount Total] , 'Sales Data'[Close Date] )

 

Hope this helps 🙂


Theo

If I have posted a response that resolves your question, please accept it as a solution to formally close the post.

Also, if you are as passionate about Power BI, DAX and data as I am, please feel free to reach out if you have any questions, queries, or if you simply want to connect and talk to another data geek!

Want to connect?www.linkedin.com/in/theoconias

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors