The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello,
I have a measure to cumulate values year-by-year. (Column % Year_Reset --- shown below)
I want to show the cumulation year by year, so I can compare lines. (i.e.: Seasonality development)
When I chart it I only get one combined line. Can any explain why this is happening? Data incorrect? Am I missing something in the graph?
Formula for % Year_Reset
@Gdibbs , can you share Cumm Value formula.
But if you have a date. Then you can use datesytd, which will reset with the year
YTD Sales = CALCULATE(SUM(Sales[Sales Amount]),DATESYTD("Date"[Date],"12/31"))
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.
Thank you for the response. Here is the Cumu Value formula:
User | Count |
---|---|
56 | |
54 | |
54 | |
49 | |
30 |
User | Count |
---|---|
173 | |
89 | |
70 | |
46 | |
45 |