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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anandt
New Member

Change a measure name based on selection from slicer

Hello group,

 

I have a requirement where I need the column to change its title based on the slicer selection

Ex - My matrix grid has column called "ABCCases". I have 2 slicers which has values as shown below, One has years and other has CUR,AOP as slicer values

 

Anandt_1-1682616698025.png

 

The requirement is based on selection as shown above, my grid column ABCCases should show "2022CURCases". As you see 2022 and CUR strings are coming from selected values. Appreciate if someone can shed some light. 

2 REPLIES 2
amitchandak
Super User
Super User

@Anandt , You can not change measure name based on selection. Yiu only use another measure create name and show them in card

 

= selectedvalue(Table[Year]) & " " & Selectedvalue(Table[Curr])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thanks you!

as you suggested, can i stick the label on top of the column name in a way that the label always stick to that column when we scroll the grid left and right?

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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