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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply

Dynamic Title

Hi Team,

 

Can some one help me to correct the below formula.

 

I have attched a image for the better understanding.. Title working perfectly wjen i select any value in the filter. If i select all the titel is appearing as Blank.

i just want to appear as'Oceania Campaign Solution" when i select all the values in the filter.

 

Solution header =
SELECTEDVALUE (Solution[Identification])
& IF(HASONEVALUE(Solution[Identification]), " ", "")Title.jpg
1 ACCEPTED SOLUTION
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @RanjanThammaiah ,

Please try the measure below.

Measure =
IF (
    ISFILTERED ( 'Table (2)'[Title] ),
    SELECTEDVALUE ( 'Table (2)'[Title], "All" ),
    "Oceania Campaign Solution"
)

Here is the output.

Untitled.png

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @RanjanThammaiah ,

Please try the measure below.

Measure =
IF (
    ISFILTERED ( 'Table (2)'[Title] ),
    SELECTEDVALUE ( 'Table (2)'[Title], "All" ),
    "Oceania Campaign Solution"
)

Here is the output.

Untitled.png

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi @RanjanThammaiah ,

 

Go through the below URL, Hope this helps a lot,

 

https://powerbi.microsoft.com/en-us/blog/power-bi-desktop-april-2019-feature-summary/#dynamicTitles

 

Regards,

Pradeep

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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