Forum Discussion
Anonymous
7 years agoNot applicable
Table columns not shown while creating New Measure
Hello All, I am quite new to Power BI. I am facing issue that while trying to create new measure - I am not able to see columns present in the table rather it is showing me "Already created measure"....
Zubair_Muhammad
7 years agoCommunity Champion
Hi Anonymous
Check this video
https://www.youtube.com/watch?v=29frZhkwCqQ&feature=channel_video_title
"in most places, you cannot just include column references in your measures, you have to wrap them in a valid function" Rob-Collie
Anonymous
7 years agoNot applicable
You need an aggregation on table columns
like IF(SUM('Table'[Column]) = ...
or a defined measure
like IF(SumofColumn = ....