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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
ovetteabejuela
Impactful Individual
Impactful Individual

New Measure | Not behaving Accordingly?

To make sure I am on the correct table I clicked on the synopsis (...) right beside the table name I want to create a measure on... but when I did this "New Measure Column Name" = FORMAT(    - and when I tried to type the fields in that table or the full name 'Table Name'[Field Name'] nothing appears... But other tables are doing fine... 

 

And by the way if I do a New Column it does detect the fields of that table?

 

I'm not sure what is going on here... I already deleted the table and reuploaded into PBI but the same thing is happening.

1 ACCEPTED SOLUTION

Anytime you create Measures you need to aggregate the columns you want to reference.

 

What is happenning is - Intellisense is helping you by not letting you select a Column without you aggregating it somehow first!

 

Look at this example...

 

Measure with FORMAT =
FORMAT ( SUM ( Table[Gross] ) - SUM ( Table[Tax] ) - SUM ( Table[Deductions] ), "Currency" )

 

When you create a Column because it will be evaluated on every row there's no need for aggregation

(you can of course aggregate also depending on what you want the result to be)

 

Hope this helps!Smiley Happy

View solution in original post

2 REPLIES 2
ovetteabejuela
Impactful Individual
Impactful Individual

Okay I think it's the FORMAT command - it only works for New Column and not for New Measure... WHY? I'm still trying to find out... unless someone from here would like to help explain this.

 

Thank you.

Anytime you create Measures you need to aggregate the columns you want to reference.

 

What is happenning is - Intellisense is helping you by not letting you select a Column without you aggregating it somehow first!

 

Look at this example...

 

Measure with FORMAT =
FORMAT ( SUM ( Table[Gross] ) - SUM ( Table[Tax] ) - SUM ( Table[Deductions] ), "Currency" )

 

When you create a Column because it will be evaluated on every row there's no need for aggregation

(you can of course aggregate also depending on what you want the result to be)

 

Hope this helps!Smiley Happy

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.