Forum Discussion
Measure not producing a column subtotal
- 3 years ago
EitanKGCS , Try new measure like
Year behind Sales = CALCULATE(SUM(Sales[Sales Amount]),dateadd('Date'[Date],-1,Year))
Year behind Sales = CALCULATE(SUM(Sales[Sales Amount]),SAMEPERIODLASTYEAR('Date'[Date]))That should give a year behind total
EitanKGCS , Try new measure like
Year behind Sales = CALCULATE(SUM(Sales[Sales Amount]),dateadd('Date'[Date],-1,Year))
Year behind Sales = CALCULATE(SUM(Sales[Sales Amount]),SAMEPERIODLASTYEAR('Date'[Date]))
That should give a year behind total
amitchandak thank you for the idea but it hasn't worked.
I tried this:
- amitchandak3 years ago
Super User
EitanKGCS , Date table should have all dates(Marked as date table) , You join should be single directional
few other reasons
Why Time Intelligence Fails - Powerbi 5 Savior Steps for TI :https://youtu.be/OBf0rjpp5Hw
https://amitchandak.medium.com/power-bi-5-key-points-to-make-time-intelligence-successful-bd52912a5bd4- EitanKGCS3 years agoFrequent Visitor
amitchandak I see! I added in your formula and changed the date table to single and it works! I have to reorganise most of my filter slicers and other filters but at least I'm getting correct figures now.
Thanks so much!