- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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
If this post helps, please consider accept as solution to help other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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
If this post helps, please consider accept as solution to help other members find it more quickly.

Helpful resources
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Power BI Monthly Update - February 2025
Check out the February 2025 Power BI update to learn about new features.

Subject | Author | Posted | |
---|---|---|---|
08-12-2024 10:10 PM | |||
08-02-2024 04:36 AM | |||
07-03-2024 12:12 AM | |||
07-27-2022 11:26 PM | |||
Anonymous
| 02-12-2024 02:37 AM |
User | Count |
---|---|
84 | |
81 | |
52 | |
37 | |
36 |