Forum Discussion
Fcoatis
Post Patron
5 years agoConvert calculated column into measure
Hello, I have the following calculated column in a table called 'Admin': Diff = [Quantidade]-LOOKUPVALUE(
Admin[Quantidade],Admin[Código],[Código],Admin[Data],
CALCULATE(
Max(Adm...
negi007
Community Champion
5 years agoFcoatis When you use column or calculated column in your measure, you have to use it with some aggreage function like sum, max, min, count etc.
in calculated column you can use directly column name without using aggreage function.
for specify solution of your problem, you may share your powerbi file.