Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a measure, 2017 Monthly % Share (2017 Monthly % share = DIVIDE('Contracts'[2017 Contracts], CALCULATE('Contracts'[2017 Contracts], ALLEXCEPT('Contracts', 'Contracts'[Date])), 0))
This works great when looking at the entire nation's information. If I select one of our regions, in a slicer, the values change.
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.
Solved! Go to Solution.
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
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