Forum Discussion
Startofmonth() in Virtual Table
- 1 year ago
Trying using this instead
Eomonth( [value], -1) + 1
hi,
I accessed the field InicioMes from another addcolumn statment that I added as you suggested.
Now I can´t solve the Lookupvalue issue.
I need to filter the f_Forecast Litros table, but I got the following error.
Would you please check my measure ?
Thanks in adavance,
Hi FML
Regarding your issue with LOOKUPVALUE, you're likely running into a limitation because you're trying to use a column from a virtual table (like InicioMes) as the search value, which LOOKUPVALUE doesn't support directly especially when it's defined within the same row context or created on the fly.
Instead of LOOKUPVALUE, try using CALCULATE with FILTER or TREATAS.
If you find this post helpful, please mark it as an "Accept as Solution" and consider giving a KUDOS. Feel free to reach out if you need further assistance.
Thanks and Regards