cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

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
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

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

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors