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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
shei7141
Helper III
Helper III

column value in a measure

Hi all,

 

This might be the most basic question, you might have seen but it is going my headin' at the mo.

I have a table which has a column called 'EstFee'

how can I create measure a which can return the value of EstFee for each row.

Example

Apple1Measure to return 1
Apple25050
Applex2525
Banana6969

 

I am looking for an expression which returns a direct value 

Any help will be amazing

Shei

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@shei7141 , measure value is calculated based display context. So all are at low level.

You can force a context or do row-level calculation

 

sumx(Table,[EstFee])

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@shei7141 , measure value is calculated based display context. So all are at low level.

You can force a context or do row-level calculation

 

sumx(Table,[EstFee])

My man!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Legend!!!!!!!!!!!!!!!!!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.