Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi,
When I click 'New Measure' the columns don't come up in the formula when i click '[' or '''.
They do when i click 'New Column'.
Why is this?
Cheers
Solved! Go to Solution.
measures expect some sort of aggregate function because it is not stored at the row level. New columns would add a value for each row. Measure just sum up, or get the max or min or a distinct count. In order to get a column into a measure you to work you need to apply an aggregate function to a column or call on another calculated measure.
Proud to be a Super User!
measures expect some sort of aggregate function because it is not stored at the row level. New columns would add a value for each row. Measure just sum up, or get the max or min or a distinct count. In order to get a column into a measure you to work you need to apply an aggregate function to a column or call on another calculated measure.
Proud to be a Super User!
LOL hahaha PowerBI is such trash compareed to Tableau if this is really how you solve this. Man Microsoft is professionals at creating horrific products.
Hi @michaelsparrow,
>>When I click 'New Measure' the columns don't come up in the formula when i click '[' or '''.
Measure calculate value, it not support direct calculate with column value. You should polymeric them to get value.(e.g. sum(table[Column]), max(table[column])
I'd like to suggest you take a look at below link about how to use measure.
Tutorial: Create your own measures in Power BI Desktop
Regards,
Xiaoxin Sheng
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.