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
sophtee
Helper I
Helper I

Values in a measure in Power BI

Hello Everyone,

I am new to using Power BI to create reports, I created a measure to do a calculation it works great however when I add other columns to the table it changes the values in the table. Is there a way to freeze the measured values?

 

sophtee_0-1695727402593.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @sophtee,

Measure formulas are calculated based on current row context and filter context, they should dynamically changes when the current row/filter context changes.

If you want to fix the current result, you may need to add a variable with summarize function to keep specific calculation result instead of get dynamic result which interacted with current row and filter context.

Row Context and Filter Context in DAX - SQLBI

All the secrets of SUMMARIZE - SQLBI

Regards,

Xiaoxin Sheng

View solution in original post

1 REPLY 1
Anonymous
Not applicable

HI @sophtee,

Measure formulas are calculated based on current row context and filter context, they should dynamically changes when the current row/filter context changes.

If you want to fix the current result, you may need to add a variable with summarize function to keep specific calculation result instead of get dynamic result which interacted with current row and filter context.

Row Context and Filter Context in DAX - SQLBI

All the secrets of SUMMARIZE - SQLBI

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