Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
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.
@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])
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?
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!