Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi I have a 3 year showing line and clustered colomn chart, columns are shown for 3 years, but i need line to show for current year only.
Solved! Go to Solution.
Hi @NandiSU27 ,
You can create a measure for the line to show for current year only. For example,
Measure 2 = CALCULATE(SUM('Table'[Value]),FILTER('Table',YEAR([Date])=YEAR(TODAY())))
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
This worked, thank you
Hi @NandiSU27 ,
You can create a measure for the line to show for current year only. For example,
Measure 2 = CALCULATE(SUM('Table'[Value]),FILTER('Table',YEAR([Date])=YEAR(TODAY())))
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 84 | |
| 49 | |
| 38 | |
| 31 | |
| 30 |