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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

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
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.