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'm curious to know if measures which are not used on a particular tab calculate when a slicer selection is made. When a slicer selection is made, every visual and measure on the tab appears to render the requested filter selection (as expected). What I want to know is if having dormant measures in a Power BI file is causing possible performance issues because they're recalculating upon a slicer selection even if they're not used in the report.
To provide more context, these 'dormant' measures are calculations that might be used in the future which is why I'm hesitant to delete them unless they're actually a contributor to the performance issues I'm facing.
I'm totally aware performance issues go far and beyond measure calculations, but the data is clean as possible, so I want to explore the question I posed.
Thanks!
Solved! Go to Solution.
@cbrow97 wrote:I'm curious to know if measures which are not used on a particular tab calculate when a slicer selection is made. When a slicer selection is made, every visual and measure on the tab appears to render the requested filter selection (as expected). What I want to know is if having dormant measures in a Power BI file is causing possible performance issues because they're recalculating upon a slicer selection even if they're not used in the report.
Only the measures referenced by visuals on the current page are calculated.
Unused measures are not calculated and don't have any impact on performance when you change slicer selections.
@cbrow97 wrote:I'm curious to know if measures which are not used on a particular tab calculate when a slicer selection is made. When a slicer selection is made, every visual and measure on the tab appears to render the requested filter selection (as expected). What I want to know is if having dormant measures in a Power BI file is causing possible performance issues because they're recalculating upon a slicer selection even if they're not used in the report.
Only the measures referenced by visuals on the current page are calculated.
Unused measures are not calculated and don't have any impact on performance when you change slicer selections.
Great, thank you for confirming