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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
tareknasifbi
New Member

Custom text for parameter table

I have created a table with fields parameter and using this in a slicer.

DAX is a follows : 

Tabular Options - Summary = {
    ("vs LY", NAMEOF('Measure Folders'[Value Options formatted ( Summary )]), 0),
    ("Selected Perspective", NAMEOF('Measure Folders'[Selected Perspective]), 1),
    ("LY Actuals", NAMEOF('Measure Folders'[LY]), 2),
    ("vs AOP", NAMEOF('Measure Folders'[Value Options formatted ( Summary )(AOP)]), 3),
    ("AOP Actuals", NAMEOF('Measure Folders'[AOP]), 4)
}
Now I want to change the title based on user selection. Like in the "vs LY", I want to show "vs 2022" when user selects year 2023 from fact table. Is it possible?
1 REPLY 1
lbendlin
Super User
Super User

yes, you can make the title of a visual dynamic based on a measure. What have you tried and where are you stuck?

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Feb2025 NL Carousel

Fabric Community Update - February 2025

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

Top Solution Authors