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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
arthurr
Frequent Visitor

Using TOTALMTD function usability

Hi,

 

I have a dataset in which each row contains a date and a certain ammount of production. Each production line (let's say number of copies) is multiplied by a fee/copy assigned to that customer. Once a customer passes certain trashold of production for that given month, a new fee is being assigned from that point to the end of the month.

 

Example, if he produces upto 500 products he pays 1$ per each, but once he reached 501 and on he will pay 2$. For that need I need a monthly running total. I have used TOTALMTD in the following manner:

 

DTM = TOTALMTD(SUM(JobFlatBarCoverages[FlatCopies]),DateFilter[dateTime].[Date])

 

But then on line level I only recieve the # of products and not a running total. 

 

Any ideas?

 

Thanks

2 REPLIES 2
v-chuncz-msft
Community Support
Community Support

@arthurr,

 

For any time intelligence function, you could implement a custom DAX formula.

https://www.sqlbi.com/articles/time-intelligence-in-power-bi-desktop/

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thank you. I have reviewed every piece of source out there, but still haven't found a solution to my problem. I need to use a basic TOTALMTD function, but my problem is that my dataset has repetative data points for the same dates, while intellegence functions require I'll have a single date line.

 

How can I overcome this?

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.