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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
Does anyone know hot to change the name underlined in red in order to not get the error in the picture below, please?
Thanks
Solved! Go to Solution.
Hi @Anonymous ,
[Lasttwelvemonth] needs to be a measure(return single value)or a certain value.
If it's a column, you will need to wrap it with MAX(), MIN() or SELECTEDVALUE() function according to your need.
If it's already a measure, please share the formula with us for further check.
Best Regards,
Jay
Hi @Anonymous ,
[Lasttwelvemonth] needs to be a measure(return single value)or a certain value.
If it's a column, you will need to wrap it with MAX(), MIN() or SELECTEDVALUE() function according to your need.
If it's already a measure, please share the formula with us for further check.
Best Regards,
Jay
Wrap the red underlined column with MAX()
Proud to be a Super User!
Paul on Linkedin.
It should be a measure.
Thanks
HI @Anonymous
Is the Lasttwelvemonth a measure or column?
You need to make sure the datatype of the [lasttwelvemonths] is set to date.
Thanks
Raj