Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hi All,
I am trying to create a measure where trying to compare the year .
here PersonsYrValue = VALUES(table[Year]) where year is base column of the table.
while using the base column"year" in a measure I am getting below error.
I also tried using FIRSTNONBLANK value function,but its not working.
Any suggestion would be appreciated.
Solved! Go to Solution.
@Anonymous , if this a measure you need have
Max(table[Year])
or try [PersonsYrValue] in {2020}
Hi @Anonymous,
The error message shows that the measure return multiple values.
Could you provide details about the measure?
Best Regards,
Link
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 |
|---|---|
| 75 | |
| 36 | |
| 31 | |
| 29 | |
| 26 |