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
T_Campelo
Frequent Visitor

Dyanmic Title card help

Good Morning,

 

I am new to the community so sorry in advance if I am posting my question in the wrong place.

I am trying to use the Card function to have a "filtered title" on my dashboard.

The idea is that, when I use the filter Region, the Name of the region appears on the card. The problem is that when the filter is not active, the card gives me one of the regions by default.

Is it possible to format the card to give me the output "All" when the filter is not selected?

 

Thank you in advance for your support

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@T_Campelo,

you can create a measure like this:

Region Name = IF(ISFILTERED(RegionTable[Region]), MAX(RegionTable[Region]), "All")

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

@T_Campelo,

you can create a measure like this:

Region Name = IF(ISFILTERED(RegionTable[Region]), MAX(RegionTable[Region]), "All")

@Anonymous Thank you so much for your support, it worked perfectly!

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.