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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
ys034
Helper I
Helper I

change dynamic title when is all selected in filter

is there a way to dynamically change the title when everything is filtered? In my scenario I would like to have "all brands" instead of brand a,b,c when everything is selected?

 

ys034_0-1645015759011.png

 

MyMeasures: 

ChartTitle - Selected Brand = CONCATENATEX(
VALUES('DataTable'[Brand]),
'DataTable'[Brand],
",",
'DataTable'[Brand] & "for")
 
DynamicTitle Sales Unit =
COMBINEVALUES("Sales Unit for ","",[ChartTitle - Selected Brand])
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Try This Measure
if(isfiltered('DataTable'[Brand]),COMBINEVALUES("Sales Unit for ","",[ChartTitle - Selected Brand]),"What You Want To print"))
You can refer this video :- DYNAMIC TITLES based on SLICER SELECTION in Power BI - Bing video
Note:- Start video from 8:00 
If you got your answer mark this as solution

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Try This Measure
if(isfiltered('DataTable'[Brand]),COMBINEVALUES("Sales Unit for ","",[ChartTitle - Selected Brand]),"What You Want To print"))
You can refer this video :- DYNAMIC TITLES based on SLICER SELECTION in Power BI - Bing video
Note:- Start video from 8:00 
If you got your answer mark this as solution

thank you very much!
I came across the isfiltered function but implemented it incorrectly, now it works.

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

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! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

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