We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
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
For any time intelligence function, you could implement a custom DAX formula.
https://www.sqlbi.com/articles/time-intelligence-in-power-bi-desktop/
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?
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 54 | |
| 39 | |
| 32 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 64 | |
| 63 | |
| 37 | |
| 36 | |
| 22 |