The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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]))
User | Count |
---|---|
28 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |