Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply

Columns not coming up in formulas

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

1 ACCEPTED SOLUTION
vanessafvg
Super User
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.





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




View solution in original post

3 REPLIES 3
vanessafvg
Super User
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.





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




Anonymous
Not applicable

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.

Anonymous
Not applicable

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

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors