Forum Discussion
JothiG
11 months agoHelper III
Help help - Dax correction
Hi, I have requirement area chart as like shown in above. area area should show the value of last month value break up in series label . for example (2025 should show the August month value ...
- 11 months ago
Hi JothiG,
Thank you FarhanJeelani, for your insights.
I reproduced your issue with sample data and was able to create the issue in Power BI. I made the chart and verified the results. I've attached the PBIX file for your reference.
Last Month Value = VAR _yr = MAX('yarn data'[Stock_finyear]) VAR _max_month = CALCULATE ( MAX ( 'yarn data'[month_sorter] ), FILTER ( ALL ( 'yarn data' ), 'yarn data'[Stock_finyear] = _yr ) ) RETURN CALCULATE ( SUM ( 'yarn data'[Value] ), 'yarn data'[Stock_finyear] = _yr, 'yarn data'[month_sorter] = _max_month )Thank you.
v-saisrao-msft
10 months agoCommunity Support
Hi JothiG,
Checking in to see if your issue has been resolved. let us know if you still need any assistance.
Thank you.
- JothiG10 months agoHelper III
yeah. it's working now.
- v-saisrao-msft10 months agoCommunity Support
Hi JothiG,
Thank you for the update. Could you please share the steps you took to resolve the issue? This information would be helpful for other community members.
Thank you.