Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric certified for FREE! Don't miss your chance! Learn more
When I write this measure,
Solved! Go to Solution.
@knowparthshah Please make sure you have used the below DAX measure for [CurrentYear], which will return the max year in the table irrespective of any filters applied
CurrentYear =
@knowparthshah Please make sure you have used the below DAX measure for [CurrentYear], which will return the max year in the table irrespective of any filters applied
CurrentYear =
Thanks a lot, It worked
how do you calculate [CurrentYear]? Is it measure or calculated column?
do not hesitate to give a kudo to useful posts and mark solutions as solution
It is a measure
Year ( max ( Sales[Date]))
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 14 | |
| 9 | |
| 8 | |
| 6 | |
| 6 |