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
Ajpcesar
New Member

How to change a text camp when I filter chart information

I'm very new to PowerBi. Any help would be appreciated!

 

I have a Text box with a explanation about the chart presented in the view, but whem i filter some information, the chart willchange all the values, but the text dont.

 

I need to know how to change the text when a filter is activated.

 

For exemple:
1° - the chart show te total company revenue and a have a text to explain the values.
2° - I filter one of the subsidiaries and in this point I want that the text camp change the explanation for the subsidiary.

 

That is possible?

 

Thank you!

1 ACCEPTED SOLUTION
v-jiascu-msft
Employee
Employee

Hi @Ajpcesar,

 

The Textbox is just like a label. I would suggest you use a Card and a measure instead. 

Measure =
IF (
    MIN ( Table1[Custom] ) = "A",
    "This is compnay A. Please see the chart for the details of sales",
    "Not A"
)

Add this measure in the field of Card.

 

Best Regards,

Dale

Community Support Team _ Dale
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

3 REPLIES 3
v-jiascu-msft
Employee
Employee

Hi @Ajpcesar,

 

Could you please mark the proper answers as solutions?

 

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-jiascu-msft
Employee
Employee

Hi @Ajpcesar,

 

The Textbox is just like a label. I would suggest you use a Card and a measure instead. 

Measure =
IF (
    MIN ( Table1[Custom] ) = "A",
    "This is compnay A. Please see the chart for the details of sales",
    "Not A"
)

Add this measure in the field of Card.

 

Best Regards,

Dale

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

Thank you. It worked.

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.