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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Akakaboto
Regular Visitor

Dynamically change Measure Title based on slicer

IS.png
In above table I have a column with Estimate
Estimate =
VAR _ScenarioSELECTEDVALUE ( dimScenario[Scenario] )
RETURN
    CALCULATE (
        [CurrencyPeriodic],
        ALL ( Scenario ),
        Scenario[Scenario 02] = _Scenario
    )
Based on which Scenario is selected in my slicer (currently E3, E5, E9 E11) it of course shows the Estimate for that Scenario. (I prefer to do it this way instead of creating a measure for each scenario and then use an additional switch measure to toggle between them as it greatly reduce the number of measures in my report).
 
What I would like to know is if I could dynamically change the column name to display Est E3, Est 5, Est 9 or Est 11 based on the slicer selection instead of just Estimate? Any Suggestions?
2 REPLIES 2
mlsx4
Memorable Member
Memorable Member

thanks for your reply. I am not sure that will work for me but I will think about it. Noticed there are quite many similar questions on this forum, someone of those threads should have the answer I need. 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors