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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
criecher
Frequent Visitor

Keep measure static

I have a measure, 2017 Monthly % Share (2017 Monthly % share = DIVIDE('Contracts'[2017 Contracts], CALCULATE('Contracts'[2017 Contracts], ALLEXCEPT('Contracts', 'Contracts'[Date])), 0))

Capture.PNG

This works great when looking at the entire nation's information.  If I select one of our regions, in a slicer, the values change. 

Capture2.PNG

 

I understand why it's changing, but formulas put against this measure then change as well, creating discrepancies.  Is there anything I can do to keep them as they were prior to the slicer being selected.  I need the original values to perform another calculation.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hey @criecher

 

Could you try making this a calculated column instead of a measure? This would only be calculated when the report is refreshed instead of each time a slicer is selected.

 

Hope this helps,

Parker

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hey @criecher

 

Could you try making this a calculated column instead of a measure? This would only be calculated when the report is refreshed instead of each time a slicer is selected.

 

Hope this helps,

Parker

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors